Fix two commands in MacOS X specific part.
authorBruno Haible <bruno@clisp.org>
Thu, 22 May 2008 23:02:56 +0000 (01:02 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 22 May 2008 23:02:56 +0000 (01:02 +0200)
tests/test-copy-file.sh

index 1a21c35..722e509 100755 (executable)
@@ -407,7 +407,7 @@ cd "$builddir" ||
         func_test_copy tmpfile0 tmpfile2
 
         # Set an ACL for a group.
-        /bin/chmod +a "group daemon allow read" tmpfile0
+        /bin/chmod +a "group:daemon allow read" tmpfile0
 
         func_test_copy tmpfile0 tmpfile3
 
@@ -422,7 +422,7 @@ cd "$builddir" ||
         func_test_copy tmpfile0 tmpfile5
 
         # Remove the ACL for the group.
-        /bin/chmod -a "group daemon allow read" tmpfile0
+        /bin/chmod -a "group:daemon allow read" tmpfile0
 
         func_test_copy tmpfile0 tmpfile7