From 7d85ff553785ac26dd772a1244cea9ea24d863a7 Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 4 Jan 2023 14:27:00 +0000 Subject: [PATCH] The redirectchain test actually works again. The test servr fixed the redirect location to be https. --- regress/usr.sbin/rpki-client/libressl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/usr.sbin/rpki-client/libressl/Makefile b/regress/usr.sbin/rpki-client/libressl/Makefile index edf9a1d1181..2eb016803e8 100644 --- a/regress/usr.sbin/rpki-client/libressl/Makefile +++ b/regress/usr.sbin/rpki-client/libressl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2022/10/14 17:17:13 tb Exp $ +# $OpenBSD: Makefile,v 1.8 2023/01/04 14:27:00 claudio Exp $ PROGS += test-http @@ -24,7 +24,6 @@ run-regress-test-http: test-http .endif REGRESS_TARGETS+= run-regress-test-http-redirectchain -REGRESS_EXPECTED_FAILURES+= run-regress-test-http-redirectchain run-regress-test-http-redirectchain: test-http ./test-http 'https://demo.cyotek.com/features/redirectchaintest.php?index=1' redirloop.out 2>&1 | grep -q 'Too many redirections requested' -- 2.20.1