diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-07-05 14:58:57 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-07-05 14:58:57 +1000 |
commit | 4d249284729f864faa2e8f3e015f9a41b674544a (patch) | |
tree | f03059f1e93d56414fc53e5f7ff1b46b824c9b0c /regress | |
parent | c5cfa90e03432181ffcc7ad3f9f815179bd0c626 (diff) |
Remove nc stderr redirection to resync w/OpenBSD.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/multiplex.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 & | |||
91 | netcat_pid=$! | 91 | netcat_pid=$! |
92 | ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1 | 92 | ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1 |
93 | ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1 | 93 | ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1 |
94 | $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null | 94 | $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} |
95 | cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}" | 95 | cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}" |
96 | kill $netcat_pid 2>/dev/null | 96 | kill $netcat_pid 2>/dev/null |
97 | rm -f ${COPY} $OBJ/unix-[123].fwd | 97 | rm -f ${COPY} $OBJ/unix-[123].fwd |