]> arthur.barton.de Git - bup.git/blobdiff - t/test-get
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / t / test-get
index 4c28fe58199f576afc9bd530d36e0fcc91008259..0c849abbcc1211d7d4d37c2e12cb9839c9a1814b 100755 (executable)
@@ -8,7 +8,7 @@ for arg in "$@"; do
     shift
     arg_i=$((arg_i + 1))
 done
-bup_python="$(dirname "$0")/../lib/cmd/bup-python" || exit $?
+bup_python="$(dirname "$0")/../dev/bup-python" || exit $?
 exec "$bup_python" "$0"
 """
 # end of bup preamble