summaryrefslogtreecommitdiff
path: root/tests/rm/rm1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/rm1.sh')
-rwxr-xr-xtests/rm/rm1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm1.sh b/tests/rm/rm1.sh
index 85a5b27aa..7893958e4 100755
--- a/tests/rm/rm1.sh
+++ b/tests/rm/rm1.sh
@@ -21,7 +21,7 @@ print_ver_ rm
skip_if_root_
mkdir -p b/a/p b/c b/d || framework_failure_
-chmod u-w b/a || framework_failure_
+chmod ug-w b/a || framework_failure_
# This should fail.