From bdc664a64002a7df66f34159454844e6b6f5515f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Mar 2022 17:39:49 +0100 Subject: [PATCH] test1459: remove the different exit code for oldlibssh When using libssh/0.9.3/openssl/zlib, we seem to be getting the "right" error code. Closes #8490 --- tests/data/test1459 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/data/test1459 b/tests/data/test1459 index 08fae3378d..cedf0252e1 100644 --- a/tests/data/test1459 +++ b/tests/data/test1459 @@ -37,11 +37,7 @@ CURL_HOME=%PWD/log/test%TESTNUMBER.dir # old libssh installs return the wrong thing -%if oldlibssh -67 -%else 60 -%endif disable -- 2.47.3