diff options
author | Jakob Unterwurzacher | 2025-08-03 22:40:00 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-08-03 22:40:00 +0200 |
commit | 0886e39cb678a6462c878934e4eb0c97cdd22f74 (patch) | |
tree | 3b76421246e0d1c0f4bf50d4921286f6e0b8b06c | |
parent | 075911d8c3440baf6efbe86045fb1d51b9a5b6fc (diff) |
test.bash: print "?" when we cannot determine fs type
-rwxr-xr-x | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |