projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b1ca4f
)
Fix two commands in MacOS X specific part.
author
Bruno Haible
<bruno@clisp.org>
Thu, 22 May 2008 23:02:56 +0000
(
01:02
+0200)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 22 May 2008 23:02:56 +0000
(
01:02
+0200)
tests/test-copy-file.sh
patch
|
blob
|
history
diff --git
a/tests/test-copy-file.sh
b/tests/test-copy-file.sh
index 1a21c357dd82465dbd0be4e24e77fe81dadb3dbe..722e50986df33e42690912d8684635c7fdd03c6a 100755
(executable)
--- 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