From: Daniel Kahn Gillmor Date: Sat, 25 Oct 2008 04:09:05 +0000 (-0400) Subject: add a socat-based sshd invocation to the basic test suite. X-Git-Tag: monkeysphere_0.16-1~28 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=07a4017dae6ae462b4710db8a28a3a2e84cd1eda;p=monkeysphere.git add a socat-based sshd invocation to the basic test suite. --- diff --git a/tests/basic b/tests/basic index 4daaf29..b9ae8f1 100755 --- a/tests/basic +++ b/tests/basic @@ -88,8 +88,7 @@ EOF # launch sshd with the new host key. echo "-- starting sshd..." -mkfifo "$SOCKET" -/usr/sbin/sshd -f "$TEMPDIR"/sshd_config -i <>"$SOCKET" +socat EXEC:'/usr/sbin/sshd -f '"$TEMPDIR"/sshd_config' -i -d -d -d -D -e' "UNIX-LISTEN:${TEMPDIR/socket}" & ### TESTUSER TESTS