From c49c9bc21a6877cd3a7a610c00efcffbc1c29273 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 26 Jul 2009 20:27:13 -0400 Subject: [PATCH] do not make symlinks in the cwd during the test --- tests/basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "##################################################" -- 2.25.1