diff options
Diffstat (limited to 'tests/rm/one-file-system')
-rwxr-xr-x | tests/rm/one-file-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/one-file-system b/tests/rm/one-file-system index 36990b208..1ef61a735 100755 --- a/tests/rm/one-file-system +++ b/tests/rm/one-file-system @@ -33,7 +33,7 @@ cleanup_() t=$other_partition_tmpdir mkdir -p a/b $t/y mount --bind $t a/b \ - || skip_test_ "This test requires mount with a working --bind option." + || skip_ "This test requires mount with a working --bind option." cat <<\EOF > exp || framework_failure rm: skipping `a/b', since it's on a different device |