X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft0000-basic.sh;h=6729a18266e9539e3a3b34e200bdaee53e8a67a7;hb=8ac80a5701780547404523a84f4b1ae67bfa6823;hp=bc3e711a525f164f21132438d4d4e12e3dc10698;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;p=git.git diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index bc3e711a..6729a182 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -33,7 +33,7 @@ then fi merge >/dev/null 2>/dev/null -if test $? == 127 +if test $? = 127 then echo >&2 'You do not seem to have "merge" installed. Please check INSTALL document.' @@ -42,7 +42,7 @@ fi . ./test-lib.sh -"$PYTHON" -c 'import subprocess' || { +test "$no_python" || "$PYTHON" -c 'import subprocess' || { echo >&2 'Your python seem to lack "subprocess" module. Please check INSTALL document.' exit 1