ensuring that STRICT_MODES gets passed through to the monkeysphere subshell properly...
[monkeysphere.git] / tests / basic
index 0516c6ce77fe35cea6e2bd9587f047f58429052f..159f9dcc30337cd8323347a8ca7ae8e68186d6f7 100755 (executable)
@@ -187,7 +187,7 @@ EOF
     # permission checks.
 
     # it should operate by analogy with StrictModes from sshd_config(5)
-    export MONKEYSPHERE_STRICT_MODES=no
+    export MONKEYSPHERE_STRICT_MODES=false
 fi
 
 
@@ -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 "##################################################"