summaryrefslogtreecommitdiff
path: root/tests/misc/stat-mount
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/stat-mount')
-rwxr-xr-xtests/misc/stat-mount1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/stat-mount b/tests/misc/stat-mount
index a99291f6d..039ce5040 100755
--- a/tests/misc/stat-mount
+++ b/tests/misc/stat-mount
@@ -17,6 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
. "${srcdir=.}/init.sh"; path_prepend_ ../src
+test "$VERBOSE" = yes && stat --version
df_mnt=$(df -P . | sed -n '2s/.* \([^ ]*$\)/\1/p')
stat_mnt=$(stat -c%m .) || fail=1