Skip to content

Commit

Permalink
upstream: Skip conch interop tests when not enabled instead of fatal.
Browse files Browse the repository at this point in the history
OpenBSD-Regress-ID: b0abf81c24ac6c21f367233663228ba16fa96a46
  • Loading branch information
daztucker committed Oct 26, 2023
1 parent d220b9e commit ea00391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regress/conch-ciphers.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ea00391

Please sign in to comment.