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

Return to:

Send suggestions and report system problems to the System administrator.