summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2023-01-04 14:27:01 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2023-01-04 14:27:01 +0000
commita29b20e46334f6d2d5cbaf48c8aa9279eb77a8b2 (patch)
treee35571091e5aa6ead99d616e3721a484b0c7ff62 /regress
parent2efb7c9c980d13ac17948df09ed8e06b3b25abd0 (diff)
The redirectchain test actually works again. The test servr fixed the
redirect location to be https.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.sbin/rpki-client/libressl/Makefile3
1 files changed, 1 insertions, 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'