diff options
Diffstat (limited to 'tests/tar_test.in')
-rw-r--r-- | tests/tar_test.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/tar_test.in b/tests/tar_test.in new file mode 100644 index 0000000..6e2f2de --- /dev/null +++ b/tests/tar_test.in @@ -0,0 +1,10 @@ +#!@BUILD_SHEBANG@ + +set -e + +if ! which tar >/dev/null 2>&1; then + echo "tar not installed; cannot test tar." + exit 77 +fi + +"@builddir@/grub-fs-tester" tarfs |