Skip to content

Commit

Permalink
Mark tests.env-var-casing as skipped on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 16, 2022
1 parent 8097614 commit 471de89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/tests/env-var-casing.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 471de89

Please sign in to comment.