diff options
Diffstat (limited to 'tests/df/skip-rootfs.sh')
-rwxr-xr-x | tests/df/skip-rootfs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/df/skip-rootfs.sh b/tests/df/skip-rootfs.sh index e79d4244f..c89314427 100755 --- a/tests/df/skip-rootfs.sh +++ b/tests/df/skip-rootfs.sh @@ -48,4 +48,6 @@ grep '^rootfs' out || { fail=1; cat out; } df -a -x rootfs >out || fail=1 grep '^rootfs' out && { fail=1; cat out; } +test "$fail" = 1 && dump_mount_list_ + Exit $fail |