diff options
Diffstat (limited to 't/python-pr10995.sh')
-rwxr-xr-x | t/python-pr10995.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python-pr10995.sh b/t/python-pr10995.sh index c530a13d9..4075a37e2 100755 --- a/t/python-pr10995.sh +++ b/t/python-pr10995.sh @@ -19,7 +19,7 @@ # declaration. required=python -. ./defs || exit 1 +. test-init.sh cat >> configure.ac <<'EOF' AM_PATH_PYTHON |