Deleted Added
full compact
multiplex.sh (204861) multiplex.sh (218767)
1# $OpenBSD: multiplex.sh,v 1.12 2009/05/05 07:51:36 dtucker Exp $
2# Placed in the Public Domain.
3
4CTL=/tmp/openssh.regress.ctl-sock.$$
5
6tid="connection multiplexing"
7
1# $OpenBSD: multiplex.sh,v 1.12 2009/05/05 07:51:36 dtucker Exp $
2# Placed in the Public Domain.
3
4CTL=/tmp/openssh.regress.ctl-sock.$$
5
6tid="connection multiplexing"
7
8if grep "#define.*DISABLE_FD_PASSING" ${BUILDDIR}/config.h >/dev/null 2>&1
9then
8if config_defined DISABLE_FD_PASSING ; then
10 echo "skipped (not supported on this platform)"
11 exit 0
12fi
13
14DATA=/bin/ls${EXEEXT}
15COPY=$OBJ/ls.copy
16LOG=$TEST_SSH_LOGFILE
17

--- 75 unchanged lines hidden ---
9 echo "skipped (not supported on this platform)"
10 exit 0
11fi
12
13DATA=/bin/ls${EXEEXT}
14COPY=$OBJ/ls.copy
15LOG=$TEST_SSH_LOGFILE
16

--- 75 unchanged lines hidden ---