summaryrefslogtreecommitdiff
path: root/tests/rm/cycle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/cycle.sh')
-rwxr-xr-xtests/rm/cycle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/cycle.sh b/tests/rm/cycle.sh
index d5dbb9e4f..483b748e1 100755
--- a/tests/rm/cycle.sh
+++ b/tests/rm/cycle.sh
@@ -22,7 +22,7 @@ skip_if_root_
mkdir -p a/b
touch a/b/file
-chmod u-w a/b
+chmod ug-w a/b
rm -rf a a 2>&1 | sed 's/:[^:]*$//' > out || fail=1