projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f21260
)
do not make symlinks in the cwd during the test
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 27 Jul 2009 00:27:13 +0000
(20:27 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 27 Jul 2009 00:27:13 +0000
(20:27 -0400)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index 0516c6ce77fe35cea6e2bd9587f047f58429052f..dc5edb5bd0c25dee3bd53a10910a218694cf06ee 100755
(executable)
--- a/
tests/basic
+++ b/
tests/basic
@@
-466,7
+466,7
@@
chmod o-w "$TESTHOME"/.monkeysphere.linktest
echo
echo "##################################################"
echo "### make .monkeysphere directory a relative symlink and updating..."
-ln -sfn .monkeysphere
{.linktest,}
+ln -sfn .monkeysphere
.linktest "$TESTHOME"/.monkeysphere
monkeysphere-authentication update-users $(whoami)
echo
echo "##################################################"