From: Bruno Haible Date: Thu, 22 May 2008 23:02:56 +0000 (+0200) Subject: Fix two commands in MacOS X specific part. X-Git-Tag: v0.1~7359 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=484b7b9619c44372309c74a6cddd42e855dbb76d;p=gnulib.git Fix two commands in MacOS X specific part. --- diff --git a/tests/test-copy-file.sh b/tests/test-copy-file.sh index 1a21c357d..722e50986 100755 --- a/tests/test-copy-file.sh +++ b/tests/test-copy-file.sh @@ -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