diff options
Diffstat (limited to 't/parallel-am.sh')
-rwxr-xr-x | t/parallel-am.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-am.sh b/t/parallel-am.sh index a27c663e9..bd50af9e6 100755 --- a/t/parallel-am.sh +++ b/t/parallel-am.sh @@ -36,7 +36,7 @@ # This test checks (0), (1), and (2). See sister tests for further coverage. required=perl-threads -. ./defs || Exit 1 +. ./defs || exit 1 cat > configure.ac << 'END' AC_INIT([parallel-am], [1.0]) |