From 0886e39cb678a6462c878934e4eb0c97cdd22f74 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 3 Aug 2025 22:40:00 +0200 Subject: test.bash: print "?" when we cannot determine fs type --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.bash b/test.bash index 8cc23a7..7e56374 100755 --- a/test.bash +++ b/test.bash @@ -80,7 +80,7 @@ else fi echo -n "Testing on TMPDIR=$TMPDIR, filesystem: " -findmnt --noheadings --target "$TESTDIR" --output FSTYPE,OPTIONS || true +findmnt --noheadings --target "$TESTDIR" --output FSTYPE,OPTIONS || echo "?" EXTRA_ARGS="" if [[ $VERBOSE -eq 1 ]]; then -- cgit v1.2.3