Hi Karl,
Karl Berry writes:
> Installed and closing. Thanks Collin.
>
> BTW, do you have any idea why the "From " line in your patch is dated
> from 2001?
> From 5f9001d17fa17088468b650a26a6f876dcdca161 Mon Sep 17 00:00:00 2001
>
> Doesn't matter. Just seemed curious. --thanks, karl.
I generate
--- 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
Installed and closing. Thanks Collin.
BTW, do you have any idea why
On a system without Python 't/py-compile-usage' fails with:
+ ./py-compile --help
+ cat stdout
py-compile: Invalid python executable (according to -V): python
py-compile: Python support disabled
+ test -s stderr
+ grep '^Usage: py-compile .' stdout
+ am_exit_trap 1