From: Collin Funk Date: Wed, 21 May 2025 16:37:00 +0000 (-0700) Subject: test: skip test py-compile-usage instead of failing without python. X-Git-Tag: v1.18~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b508df18bf247c64ddf99a3952b34429e96511c;p=thirdparty%2Fautomake.git test: skip test py-compile-usage instead of failing without python. From https://bugs.gnu.org/78525 (automake-patches). * t/py-compile-usage.sh: Add 'required=python' before sourcing test-init.sh. --- diff --git a/t/py-compile-usage.sh b/t/py-compile-usage.sh index 0251a76a8..32dc44109 100644 --- a/t/py-compile-usage.sh +++ b/t/py-compile-usage.sh @@ -17,6 +17,7 @@ # Test 'py-compile --help', 'py-compile --version', and that 'py-compile' # correctly complains on wrong usage. +required=python . test-init.sh cp "$am_scriptdir/py-compile" . \