diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-29 11:22:00 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-11-30 19:15:51 +0100 |
commit | 90f74735aa2f4753a3ae9cea848ef98daa31b7a6 (patch) | |
tree | accf43a0408178cf3272f5f10d79c27c11e28a00 | |
parent | d6a62182f07766296244ccc4f8c2d1a800e987bd (diff) | |
download | coreutils-90f74735aa2f4753a3ae9cea848ef98daa31b7a6.tar.xz |
tests: df: skip total-verify if df fails
* tests/df/total-verify: Skip the test if df fails.
-rwxr-xr-x | tests/df/total-verify | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/df/total-verify b/tests/df/total-verify index caf6d1a9a..ba27747bf 100755 --- a/tests/df/total-verify +++ b/tests/df/total-verify @@ -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 (<>) |