From: Darren Tucker Date: Fri, 5 Jul 2019 04:58:57 +0000 (+1000) Subject: Remove nc stderr redirection to resync w/OpenBSD. X-Git-Tag: V_8_1_P1~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d249284729f864faa2e8f3e015f9a41b674544a;p=thirdparty%2Fopenssh-portable.git Remove nc stderr redirection to resync w/OpenBSD. --- diff --git a/regress/multiplex.sh b/regress/multiplex.sh index de357c4d5..29b5ef639 100644 --- a/regress/multiplex.sh +++ b/regress/multiplex.sh @@ -91,7 +91,7 @@ $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null & 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 -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}" kill $netcat_pid 2>/dev/null rm -f ${COPY} $OBJ/unix-[123].fwd