From: Stefano Lattarini Date: Sun, 11 Nov 2012 11:39:40 +0000 (+0100) Subject: tests: improve a comment X-Git-Tag: v1.12.6~27^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae0d860a5bce1593d1be0ce22f3dae81c825230;p=thirdparty%2Fautomake.git tests: improve a comment * t/ax/am-test-lib.sh (require_tool): Here, about python support for '--version' option. Signed-off-by: Stefano Lattarini --- diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index 85fb7c4a1..103f97d90 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -661,8 +661,8 @@ require_tool () ! cross_compiling || skip_all_ "doesn't work in cross-compile mode" ;; python) - # Python doesn't support --version, it has -V PYTHON=${PYTHON-python} + # Older python versions don't support --version, they have -V. echo "$me: running $PYTHON -V" $PYTHON -V || skip_all_ "python interpreter not available" ;;