Skip to content

Commit 15118e6

Browse files
committed
test.bash: print fs info
1 parent 1766df8 commit 15118e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test.bash

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
#
3+
# test.bash runs the gocryptfs test suite against $TMPDIR,
4+
# or, if unset, /var/tmp.
25

36
set -eu
47

@@ -72,6 +75,9 @@ else
7275
echo "shellcheck not installed - skipping"
7376
fi
7477

78+
echo -n "Testing on TMPDIR=$TMPDIR, filesystem: "
79+
findmnt --noheadings --target "$TESTDIR" --output FSTYPE,OPTIONS || true
80+
7581
EXTRA_ARGS=""
7682
if [[ $VERBOSE -eq 1 ]]; then
7783
# Disabling parallelism disables per-package output buffering, hence enabling

0 commit comments

Comments
 (0)