Skip to content

Commit ae892ad

Browse files
committed
tests: accept unicode characters on Windows
1 parent 6f4e0d1 commit ae892ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/functional/test_runner.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,6 @@ def main():
250250
# Create base test directory
251251
tmpdir = "%s/test_runner_₿_🏃_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
252252

253-
# If we fixed the command-line and filename encoding issue on Windows, these two lines could be removed
254-
if config["environment"]["EXEEXT"] == ".exe":
255-
tmpdir = "%s/test_runner_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
256-
257253
os.makedirs(tmpdir)
258254

259255
logging.debug("Temporary test directory at %s" % tmpdir)

0 commit comments

Comments
 (0)