From cae0d860a5bce1593d1be0ce22f3dae81c825230 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 11 Nov 2012 12:39:40 +0100 Subject: [PATCH] tests: improve a comment * t/ax/am-test-lib.sh (require_tool): Here, about python support for '--version' option. Signed-off-by: Stefano Lattarini --- t/ax/am-test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; -- 2.47.2