From 51796f8a44489fd90230a373ed710f703a01d60b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 25 Oct 2002 18:08:19 +0000 Subject: [PATCH] 2002-10-25 Charles Wilson * tests/defs.in: Add explicit stanza for python -V. --- ChangeLog | 4 ++++ tests/defs.in | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 841e5aa8..f8a6cb2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-25 Charles Wilson + + * tests/defs.in: Add explicit stanza for python -V. + 2002-10-16 Alexandre Duret-Lutz * tests/ansi6.test, tests/ansi7.test: Set ac_cv_prog_cc_stdc instead diff --git a/tests/defs.in b/tests/defs.in index 1edc066e..c1e542ce 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -103,6 +103,11 @@ then rm -f $priv_check_temp test $overwrite_status = 0 && exit 77 ;; + python) + # Python doesn't support --version, it has -V + echo "$me: running python -V" + ( python -V ) || exit 77 + ;; tex) # No all versions of Tex support `--version', so we use # a configure check. -- 2.43.5