summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm')
-rwxr-xr-xtests/rm/one-file-system3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rm/one-file-system b/tests/rm/one-file-system
index 1cc4bfb9d..abb12d4bf 100755
--- a/tests/rm/one-file-system
+++ b/tests/rm/one-file-system
@@ -31,7 +31,8 @@ cleanup_() { rm -rf "$other_partition_tmpdir"; }
t=$other_partition_tmpdir
mkdir -p a/b $t/y
-mount --bind $t a/b || framework_failure
+mount --bind $t a/b \
+ || skip_test_ "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