mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix TestFile.test_bad_file() skip message
This commit is contained in:
parent
618c7305d6
commit
83958558d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue