]> arthur.barton.de Git - bup.git/blobdiff - t/test-argv
features: show version number of the Python interpreter
[bup.git] / t / test-argv
index 6d83b763559539f3df5cb5ab03d650025f2a7e56..818619f323514aa57837634173be54e148a009e3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 """": # -*-python-*-
-bup_python="$(dirname "$0")/../cmd/bup-python" || exit $?
+bup_python="$(dirname "$0")/../config/bin/python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble