]> git.ipfire.org Git - thirdparty/tornado.git/commit
web_test: Fix open redirect test on windows 3305/head
authorBen Darnell <ben@bendarnell.com>
Wed, 9 Aug 2023 00:23:19 +0000 (20:23 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 9 Aug 2023 00:23:19 +0000 (20:23 -0400)
commit418f63adb1b99a89b8ec2e9875c11a891068fcb6
tree3dfc179c47a1ad363a5e5d46c25c7fee59eef481
parent3afcc45b51573d96cb551d800a62d9fada7cc1bf
web_test: Fix open redirect test on windows

Drive letters in windows absolute paths mess up this test,
so remove them and use a path relative to the drive root instead.
tornado/test/web_test.py