mirror of git://anongit.mindrot.org/openssh.git
upstream: ssh conch interop tests requires a controlling terminal;
ok dtucker@ OpenBSD-Regress-ID: cbf2701bc347c2f19d907f113779c666f1ecae4a
This commit is contained in:
parent
da951b5e08
commit
a611e4db40
|
@ -1,11 +1,14 @@
|
||||||
# $OpenBSD: conch-ciphers.sh,v 1.5 2023/10/23 11:30:49 anton Exp $
|
# $OpenBSD: conch-ciphers.sh,v 1.6 2023/10/25 08:01:59 anton Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="conch ciphers"
|
tid="conch ciphers"
|
||||||
|
|
||||||
if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then
|
if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then
|
||||||
echo "conch interop tests not enabled"
|
fatal "conch interop tests not enabled"
|
||||||
exit 0
|
fi
|
||||||
|
|
||||||
|
if ! [ -t 0 ]; then
|
||||||
|
skip "conch interop tests requires a controlling terminal"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
start_sshd
|
start_sshd
|
||||||
|
|
Loading…
Reference in New Issue