aboutsummaryrefslogtreecommitdiff
path: root/tests/setstat02.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setstat02.at')
-rw-r--r--tests/setstat02.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/setstat02.at b/tests/setstat02.at
index 5c45a4f..f069560 100644
--- a/tests/setstat02.at
+++ b/tests/setstat02.at
@@ -33,6 +33,8 @@ echo "test file" > dir/file
chmod 500 dir
find dir -depth | cpio -o --quiet > archive
+# Darwin cannot rename a directory whose permissions disallow writing.
+chmod 700 dir
mv dir old
cpio -id --quiet < archive

Return to:

Send suggestions and report system problems to the System administrator.