]> arthur.barton.de Git - bup.git/blobdiff - t/test-prune-older
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / t / test-prune-older
index a2ea4df0f3216d84dcfb7cdd4d97f33aeecab8dc..5b079939b606f094d06893fd190d5c669cf68aff 100755 (executable)
@@ -20,6 +20,7 @@ import os, random, sys
 
 # For buptest, wvtest, ...
 sys.path[:0] = (abspath(os.path.dirname(__file__) + '/..'),)
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../lib']
 
 from buptest import ex, exo, test_tempdir
 from wvtest import wvfail, wvpass, wvpasseq, wvpassne, wvstart