]> arthur.barton.de Git - bup.git/blobdiff - t/test-prune-older
configure: test for functional readline more carefully
[bup.git] / t / test-prune-older
index a2ea4df0f3216d84dcfb7cdd4d97f33aeecab8dc..068ba6f14dbf7e5885a4caeb52fe9ca1ce9f12da 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 """": # -*-python-*-
-bup_python="$(dirname "$0")/../cmd/bup-python" || exit $?
+bup_python="$(dirname "$0")/../dev/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
@@ -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