]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/test-lib.sh
Basic build infrastructure for Python scripts
[thirdparty/git.git] / t / test-lib.sh
index f2ca5364722e9c85a23bdfdcf1e24122fd5e3a0f..0b991dbd5d771fa2d3a3d21103a0f0a1f63bf93b 100644 (file)
@@ -729,6 +729,7 @@ case $(uname -s) in
 esac
 
 test -z "$NO_PERL" && test_set_prereq PERL
+test -z "$NO_PYTHON" && test_set_prereq PYTHON
 
 # test whether the filesystem supports symbolic links
 ln -s x y 2>/dev/null && test -h y 2>/dev/null && test_set_prereq SYMLINKS