Fix TestFile.test_bad_file() skip message

This commit is contained in:
Chris Mayo 2024-08-27 19:34:28 +01:00
parent 618c7305d6
commit 83958558d3

View file

@ -135,7 +135,7 @@ class TestFile(LinkCheckTest):
# Fails on NT platforms and I am too lazy to fix
# Cause: url get quoted %7C which gets lowercased to
# %7c and this fails.
pytest.skip("Not running on NT")
pytest.skip("Running on Windows")
url = "file:/%(curdir)s/%(datadir)s/file.txt" % self.get_attrs()
nurl = self.norm(url)
resultlines = [