diff options
Diffstat (limited to 'tests/df')
-rwxr-xr-x | tests/df/skip-rootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/df/skip-rootfs.sh b/tests/df/skip-rootfs.sh index 9ba2716b9..7a6783598 100755 --- a/tests/df/skip-rootfs.sh +++ b/tests/df/skip-rootfs.sh @@ -25,7 +25,7 @@ df || skip_ "df fails" df -a >out || fail=1 grep '^rootfs' out || skip_ "no rootfs in mtab" -# Ensure that rootfs is supressed when no options is specified. +# Ensure that rootfs is suppressed when no options is specified. df >out || fail=1 grep '^rootfs' out && { fail=1; cat out; } |