aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-08-03 22:40:00 +0200
committerJakob Unterwurzacher2025-08-03 23:02:27 +0200
commite8d8f97de7d6c8f8fb82e51ca64c33ca1ab31e0b (patch)
treefd79c51452088b0a8ac91d515ab3fc2deb6d5b69
parent516dc9739814cd745d9b94393105649c72edc4d6 (diff)
test.bash: print "?" when we cannot determine fs type
-rwxr-xr-xtest.bash2
1 files changed, 1 insertions, 1 deletions
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