]> arthur.barton.de Git - bup.git/blobdiff - buptest.py
index: remove vestigial buffer and sys imports
[bup.git] / buptest.py
index 22523b70334f5dd7eb2aa380493e47fa7211c083..a50387212c5a8a68dbcc992d6db8079aa9cd3c42 100644 (file)
@@ -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: