From 6e7a315eb67cb6c113cf37e1d66c4f11a51a2b3e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:29:51 +0200 Subject: Adding upstream version 2.06. Signed-off-by: Daniel Baumann --- tests/cpio_test.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/cpio_test.in (limited to 'tests/cpio_test.in') diff --git a/tests/cpio_test.in b/tests/cpio_test.in new file mode 100644 index 0000000..5742cf1 --- /dev/null +++ b/tests/cpio_test.in @@ -0,0 +1,16 @@ +#!@BUILD_SHEBANG@ + +set -e + +if ! which cpio >/dev/null 2>&1; then + echo "cpio not installed; cannot test cpio." + exit 77 +fi + +"@builddir@/grub-fs-tester" cpio_bin +"@builddir@/grub-fs-tester" cpio_odc +"@builddir@/grub-fs-tester" cpio_newc +"@builddir@/grub-fs-tester" cpio_crc +"@builddir@/grub-fs-tester" cpio_ustar +"@builddir@/grub-fs-tester" cpio_hpbin +"@builddir@/grub-fs-tester" cpio_hpodc -- cgit v1.2.3