]> arthur.barton.de Git - bup.git/blobdiff - t/test-get
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / t / test-get
index 3f42a0c3a52a569db0484b0025bf0648b9a883bb..4c28fe58199f576afc9bd530d36e0fcc91008259 100755 (executable)
@@ -23,6 +23,8 @@ import os, re, sys
 
 # For buptest, wvtest, ...
 sys.path[:0] = (abspath(os.path.dirname(__file__) + '/..'),)
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../lib']
+
 
 from bup import compat, path
 from bup.compat import environ, getcwd, items