]> git.ipfire.org Git - thirdparty/grub.git/commit
tests/erofs_test: Fix mkfs.erofs version test to not use process substitution bashism
authorGlenn Washburn <development@efficientek.com>
Thu, 13 Nov 2025 03:10:39 +0000 (21:10 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 18 Nov 2025 11:49:32 +0000 (12:49 +0100)
commit0879ff7bc6e6b31126953d8a45f8090ea817c6e8
tree17564f2238a6decaa838b9bfbb5bd16442a5ac30
parente4e99a8f84d4481f977306ec510865e4783db258
tests/erofs_test: Fix mkfs.erofs version test to not use process substitution bashism

The shell used to run the tests is generally /bin/sh, which does not
support process substitution.

Fixes: b990df0bef9e (tests/util/grub-fs-tester: Fix EROFS label tests in grub-fs-tester)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
tests/util/grub-fs-tester.in