artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114596f
)
Skip conch interop tests when not enabled instead of fatal.
author
dtucker
<dtucker@openbsd.org>
Thu, 26 Oct 2023 12:44:07 +0000
(12:44 +0000)
committer
dtucker
<dtucker@openbsd.org>
Thu, 26 Oct 2023 12:44:07 +0000
(12:44 +0000)
regress/usr.bin/ssh/conch-ciphers.sh
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/conch-ciphers.sh
b/regress/usr.bin/ssh/conch-ciphers.sh
index
f420258
..
26b606d
100644
(file)
--- a/
regress/usr.bin/ssh/conch-ciphers.sh
+++ b/
regress/usr.bin/ssh/conch-ciphers.sh
@@
-1,10
+1,10
@@
-# $OpenBSD: conch-ciphers.sh,v 1.
6 2023/10/25 08:01:59 anton
Exp $
+# $OpenBSD: conch-ciphers.sh,v 1.
7 2023/10/26 12:44:07 dtucker
Exp $
# Placed in the Public Domain.
tid="conch ciphers"
if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then
-
fatal
"conch interop tests not enabled"
+
skip
"conch interop tests not enabled"
fi
if ! [ -t 0 ]; then