1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

tests: df: skip total-verify if df fails

* tests/df/total-verify: Skip the test if df fails.
This commit is contained in:
Jim Meyering
2008-11-29 11:22:00 +01:00
parent d6a62182f0
commit 90f74735aa

View File

@@ -23,6 +23,8 @@ fi
. $srcdir/test-lib.sh
df || skip_test_ "df fails"
cat <<\EOF > check-df || framework_failure
my ($total, $used, $avail) = (0, 0, 0);
while (<>)