summaryrefslogtreecommitdiff
path: root/tests/misc/stat-mount
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/stat-mount')
-rwxr-xr-xtests/misc/stat-mount2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stat-mount b/tests/misc/stat-mount
index 039ce5040..c83e1b4b0 100755
--- a/tests/misc/stat-mount
+++ b/tests/misc/stat-mount
@@ -17,7 +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
+print_ver_ stat
df_mnt=$(df -P . | sed -n '2s/.* \([^ ]*$\)/\1/p')
stat_mnt=$(stat -c%m .) || fail=1