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:
@@ -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 (<>)
|
||||
|
||||
Reference in New Issue
Block a user