]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Skip conch interop tests when not enabled instead of fatal.
authordtucker@openbsd.org <dtucker@openbsd.org>
Thu, 26 Oct 2023 12:44:07 +0000 (12:44 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 26 Oct 2023 13:02:26 +0000 (00:02 +1100)
OpenBSD-Regress-ID: b0abf81c24ac6c21f367233663228ba16fa96a46

regress/conch-ciphers.sh

index f4202584e8e6ad4d2cc15b2d59cc7c4ae3953fc3..26b606d653b25d5bd861f6115f67c90d53a5474d 100644 (file)
@@ -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