mirror of git://anongit.mindrot.org/openssh.git
Remove nc stderr redirection to resync w/OpenBSD.
This commit is contained in:
parent
c5cfa90e03
commit
4d24928472
|
@ -91,7 +91,7 @@ $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null &
|
||||||
netcat_pid=$!
|
netcat_pid=$!
|
||||||
${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1
|
${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1
|
||||||
${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1
|
${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1
|
||||||
$NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null
|
$NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY}
|
||||||
cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
|
cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
|
||||||
kill $netcat_pid 2>/dev/null
|
kill $netcat_pid 2>/dev/null
|
||||||
rm -f ${COPY} $OBJ/unix-[123].fwd
|
rm -f ${COPY} $OBJ/unix-[123].fwd
|
||||||
|
|
Loading…
Reference in New Issue