aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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