diff options
Diffstat (limited to 't/python7.sh')
-rwxr-xr-x | t/python7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python7.sh b/t/python7.sh index 93f0c96f2..b3b1421fd 100755 --- a/t/python7.sh +++ b/t/python7.sh @@ -18,7 +18,7 @@ # Same as python6.test, but requiring a version. # Python is not required for this test. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<\EOF # Hopefully the Python team will never release such a version. |