]> arthur.barton.de Git - bup.git/blobdiff - t/subtree-hash
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / t / subtree-hash
index 1ca9e869c84a0dab1e5ce1ee647cb391170b9947..bcc21bbb31fb4fb19cba772f6d08499115041f45 100755 (executable)
@@ -6,7 +6,9 @@ exec "$bup_python" "$0" ${1+"$@"}
 # end of bup preamble
 
 from __future__ import absolute_import, print_function
-import sys
+import os.path, sys
+
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../lib']
 
 from bup.compat import argv_bytes
 from bup.helpers import handle_ctrl_c, readpipe