From 471de89c1ea9de91274a510b1b73162ef823bc04 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 16 Dec 2022 14:56:20 -0700 Subject: [PATCH] Mark tests.env-var-casing as skipped on Windows --- testing/tests/env-var-casing.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/tests/env-var-casing.test b/testing/tests/env-var-casing.test index 47e8a036..41fe4be5 100644 --- a/testing/tests/env-var-casing.test +++ b/testing/tests/env-var-casing.test @@ -1,5 +1,6 @@ -# %TEST-DOC: Validates that env vars are case-sensitive; this is a regression test for #75. +# %TEST-DOC: Validates that env vars are case-sensitive; this is a regression test for #75. Environment variables on Windows are always uppercase, due to legacy DOS requirements. This test will be skipped on that platform. # +# %TEST-REQUIRES: "$(uname -s | cut -c 1-5)" == "MINGW" # %TEST-EXEC: http_proxy=aaa HTTP_PROXY=bbb btest -dv test # %TEST-START-FILE btest.cfg