From: Ondřej Vašík Date: Wed, 12 Nov 2008 12:27:23 +0000 (+0100) Subject: * tests/df/total-verify [VERBOSE]: Run df --version, not ls --version. X-Git-Tag: v7.1~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac819e1044c6b2e8cb5b72b6165be814afc46603;p=thirdparty%2Fcoreutils.git * tests/df/total-verify [VERBOSE]: Run df --version, not ls --version. --- diff --git a/tests/df/total-verify b/tests/df/total-verify index e5cfaf3be7..caf6d1a9a8 100755 --- a/tests/df/total-verify +++ b/tests/df/total-verify @@ -18,7 +18,7 @@ if test "$VERBOSE" = yes; then set -x - ls --version + df --version fi . $srcdir/test-lib.sh