From 6db4ef1242e5ca15560ff633ba0cdfade0f51408 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Apr 2022 14:08:15 +0200 Subject: [PATCH] test{898,974,976}: add 'HTTP proxy' keywords ... so the tests can be automatically skipped when testing external HTTP proxies like Privoxy. Closes #8791 --- tests/data/test898 | 1 + tests/data/test974 | 1 + tests/data/test976 | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/data/test898 b/tests/data/test898 index f6ea8f3d76..33bcb29126 100644 --- a/tests/data/test898 +++ b/tests/data/test898 @@ -2,6 +2,7 @@ HTTP +HTTP proxy --location Authorization Cookie diff --git a/tests/data/test974 b/tests/data/test974 index a4c9145ba5..5a834ac25f 100644 --- a/tests/data/test974 +++ b/tests/data/test974 @@ -2,6 +2,7 @@ HTTP +HTTP proxy --location diff --git a/tests/data/test976 b/tests/data/test976 index 68a8ceb806..b2d9488306 100644 --- a/tests/data/test976 +++ b/tests/data/test976 @@ -2,6 +2,7 @@ HTTP +HTTP proxy --location-trusted -- 2.47.3