projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3880f27
)
testing: transfer permissions of home directories for testuser and admin.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sun, 26 Oct 2008 04:32:00 +0000
(
00:32
-0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sun, 26 Oct 2008 04:32:00 +0000
(
00:32
-0400)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index e97f998fc6f14fac2d5ea48776426d92e51032ad..722b837096a0a13e6a39f327bfd61b0e87177849 100755
(executable)
--- a/
tests/basic
+++ b/
tests/basic
@@
-64,8
+64,8
@@
export SOCKET="$TEMPDIR"/ssh-socket
# copy in admin and testuser home to tmp
echo "### copying admin and testuser homes..."
-cp -
r
"$TESTDIR"/home/admin "$TEMPDIR"/
-cp -
r
"$TESTDIR"/home/testuser "$TEMPDIR"/
+cp -
a
"$TESTDIR"/home/admin "$TEMPDIR"/
+cp -
a
"$TESTDIR"/home/testuser "$TEMPDIR"/