From 485f6ecd453d8a2fd8b9b9fadea03159d8b50797 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:54:16 +0200 Subject: Adding upstream version 2.06. Signed-off-by: Daniel Baumann --- tests/jfs_test.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/jfs_test.in (limited to 'tests/jfs_test.in') diff --git a/tests/jfs_test.in b/tests/jfs_test.in new file mode 100644 index 0000000..6cf7576 --- /dev/null +++ b/tests/jfs_test.in @@ -0,0 +1,18 @@ +#!@BUILD_SHEBANG@ + +set -e + +if [ "x$EUID" = "x" ] ; then + EUID=`id -u` +fi + +if [ "$EUID" != 0 ] ; then + exit 77 +fi + +if ! which mkfs.jfs >/dev/null 2>&1; then + echo "mkfs.jfs not installed; cannot test JFS." + exit 77 +fi + +"@builddir@/grub-fs-tester" jfs -- cgit v1.2.3