- (tim) [regress/login-timeout.sh] fix building outside of source tree.
diff --git a/regress/login-timeout.sh b/regress/login-timeout.sh
index 4ba14b3..dfc6e6b 100644
--- a/regress/login-timeout.sh
+++ b/regress/login-timeout.sh
@@ -18,7 +18,7 @@
 kill `cat $PIDFILE`
 
 trace "test login grace without privsep"
-echo "UsePrivilegeSeparation no" >>sshd_config
+echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config
 start_sshd
 
 (echo SSH-2.0-fake; sleep 60) | telnet localhost ${PORT} >/dev/null 2>&1 &