X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=buptest.py;h=a50387212c5a8a68dbcc992d6db8079aa9cd3c42;hb=440135573f26e1f468fb173c96b60f3bded77840;hp=22523b70334f5dd7eb2aa380493e47fa7211c083;hpb=2e4e894f4544bc16cda9511b84155b3d5643d5a8;p=bup.git diff --git a/buptest.py b/buptest.py index 22523b7..a503872 100644 --- a/buptest.py +++ b/buptest.py @@ -33,7 +33,7 @@ def no_lingering_errors(): # Assumes (of course) this file is at the top-level of the source tree -_bup_tmp = realpath(dirname(__file__) + '/t/tmp') +_bup_tmp = realpath(dirname(__file__.encode('iso-8859-1')) + b'/t/tmp') try: os.makedirs(_bup_tmp) except OSError as e: