fix path to sshd_config in test script
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Sat, 25 Oct 2008 19:04:19 +0000 (15:04 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Sat, 25 Oct 2008 19:04:19 +0000 (15:04 -0400)
tests/basic

index 3f948560bbc0c809c1e6f3db2e4576275ce01928..e14b7654156a131b355d556cfd5579363686ae8f 100755 (executable)
@@ -92,7 +92,7 @@ echo "### adding admin as certifier..."
 monkeysphere-server add-identity-certifier "$TESTDIR"/home/admin/.gnupg/pubkey.gpg
 
 # initialize base sshd_config
-cp etc/ssh/sshd_config "$TEMPDIR"/sshd_config
+cp etc/ssh/sshd_config "$SSHD_CONFIG"
 # write the sshd_config
 cat <<EOF >> "$SSHD_CONFIG"
 HostKey ${MONKEYSPHERE_SYSDATADIR}/ssh_host_rsa_key