changeset 10111:34dfc059b0ae

Fix two commands in MacOS X specific part.
author Bruno Haible <bruno@clisp.org>
date Fri, 23 May 2008 01:02:56 +0200
parents d16d40824464
children 8e76d91e0015
files tests/test-copy-file.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-copy-file.sh
+++ b/tests/test-copy-file.sh
@@ -407,7 +407,7 @@
         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 @@
         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