From 07a4017dae6ae462b4710db8a28a3a2e84cd1eda Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 25 Oct 2008 00:09:05 -0400 Subject: [PATCH] add a socat-based sshd invocation to the basic test suite. --- tests/basic | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.25.1