diff options
Diffstat (limited to 't/python11.sh')
-rwxr-xr-x | t/python11.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python11.sh b/t/python11.sh index e86d30e7f..e3e29e5f7 100755 --- a/t/python11.sh +++ b/t/python11.sh @@ -17,7 +17,7 @@ # Test missing python. # Python is not required for this test. -. ./defs || exit 1 +. test-init.sh cat >>configure.ac <<'EOF' m4_define([_AM_PYTHON_INTERPRETER_LIST], [IShouldNotExist1 IShouldNotExist2]) |