summaryrefslogtreecommitdiff
path: root/t/parallel-tests-log-compiler-example.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-log-compiler-example.sh')
-rwxr-xr-xt/parallel-tests-log-compiler-example.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/parallel-tests-log-compiler-example.sh b/t/parallel-tests-log-compiler-example.sh
index 60dd7bd50..0d66b646c 100755
--- a/t/parallel-tests-log-compiler-example.sh
+++ b/t/parallel-tests-log-compiler-example.sh
@@ -18,7 +18,7 @@
# LOG_COMPILER and LOG_FLAGS given in the manual.
required=python
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac <<END
AC_SUBST([PERL], ['$PERL'])
@@ -58,7 +58,7 @@ $MAKE check || st=$?
cat foo.log
cat bar.log
cat baz.log
-test $st -eq 0 || Exit $st
+test $st -eq 0 || exit $st
# Check that the wrappers have been run with the expected flags.
grep '[rR]eversed.*+=.*operator.*foo\.pl' foo.log