From: Daniel Kahn Gillmor Date: Mon, 27 Jul 2009 00:27:13 +0000 (-0400) Subject: do not make symlinks in the cwd during the test X-Git-Tag: monkeysphere_0.26~17 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c49c9bc21a6877cd3a7a610c00efcffbc1c29273;p=monkeysphere.git do not make symlinks in the cwd during the test --- 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 "##################################################"