summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-07-26 20:27:13 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-07-26 20:27:13 -0400
commitc49c9bc21a6877cd3a7a610c00efcffbc1c29273 (patch)
tree8c8c367d980ad0fead3325831fc3ae4866fa4479 /tests/basic
parent8f21260ac24cb38c1e1dd5088783002d14c8c705 (diff)
do not make symlinks in the cwd during the test
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic
index 0516c6c..dc5edb5 100755
--- 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 "##################################################"