aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-08-03 22:40:00 +0200
committerJakob Unterwurzacher2025-08-03 22:40:00 +0200
commit0886e39cb678a6462c878934e4eb0c97cdd22f74 (patch)
tree3b76421246e0d1c0f4bf50d4921286f6e0b8b06c
parent075911d8c3440baf6efbe86045fb1d51b9a5b6fc (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