diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-01-04 14:27:01 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-01-04 14:27:01 +0000 |
commit | a29b20e46334f6d2d5cbaf48c8aa9279eb77a8b2 (patch) | |
tree | e35571091e5aa6ead99d616e3721a484b0c7ff62 /regress | |
parent | 2efb7c9c980d13ac17948df09ed8e06b3b25abd0 (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/Makefile | 3 |
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' |