diff options
Diffstat (limited to 'tests/df/total-verify.sh')
-rwxr-xr-x | tests/df/total-verify.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/df/total-verify.sh b/tests/df/total-verify.sh index d0b2b7be8..79722e493 100755 --- a/tests/df/total-verify.sh +++ b/tests/df/total-verify.sh @@ -62,4 +62,6 @@ cat inode $PERL check-df space || fail=1 $PERL check-df inode || fail=1 +test "$fail" = 1 && dump_mount_list_ + Exit $fail |