diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-26 20:27:13 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-26 20:27:13 -0400 |
commit | c49c9bc21a6877cd3a7a610c00efcffbc1c29273 (patch) | |
tree | 8c8c367d980ad0fead3325831fc3ae4866fa4479 /tests | |
parent | 8f21260ac24cb38c1e1dd5088783002d14c8c705 (diff) |
do not make symlinks in the cwd during the test
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 2 |
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 "##################################################" |