From 484b7b9619c44372309c74a6cddd42e855dbb76d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 23 May 2008 01:02:56 +0200 Subject: [PATCH] Fix two commands in MacOS X specific part. --- tests/test-copy-file.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-copy-file.sh b/tests/test-copy-file.sh index 1a21c357dd..722e50986d 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 -- 2.30.2