diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2021-09-01 02:50:27 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-09-01 03:40:43 +0200 |
commit | 8b02ef0f28dc24cda8cbcd8b7eb02bda8f8bbe59 (patch) | |
tree | fb2ac7b4d64b8d079962caecb83ca24ae220f352 /regress/putty-ciphers.sh | |
parent | upstream: Specify path to PuTTY keys. (diff) | |
download | openssh-8b02ef0f28dc24cda8cbcd8b7eb02bda8f8bbe59.tar.xz openssh-8b02ef0f28dc24cda8cbcd8b7eb02bda8f8bbe59.zip |
upstream: Add a function to skip remaining tests.
Many tests skip tests for various reasons but not in a consistent way and
don't always clean up, so add that and switch the tests that do that over.
OpenBSD-Regress-ID: 72d2ec90a3ee8849486956a808811734281af735
Diffstat (limited to 'regress/putty-ciphers.sh')
-rw-r--r-- | regress/putty-ciphers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh index 752aaf904..f2819ab8c 100644 --- a/regress/putty-ciphers.sh +++ b/regress/putty-ciphers.sh @@ -1,10 +1,10 @@ -# $OpenBSD: putty-ciphers.sh,v 1.9 2021/08/31 07:13:59 dtucker Exp $ +# $OpenBSD: putty-ciphers.sh,v 1.10 2021/09/01 00:50:27 dtucker Exp $ # Placed in the Public Domain. tid="putty ciphers" if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then - fatal "putty interop tests not enabled" + skip "putty interop tests not enabled" fi # Re-enable ssh-rsa on older PuTTY versions. |