summaryrefslogtreecommitdiff
path: root/t/parallel-tests-no-spurious-summary.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-no-spurious-summary.sh')
-rwxr-xr-xt/parallel-tests-no-spurious-summary.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/parallel-tests-no-spurious-summary.sh b/t/parallel-tests-no-spurious-summary.sh
index 6400b3b95..008852924 100755
--- a/t/parallel-tests-no-spurious-summary.sh
+++ b/t/parallel-tests-no-spurious-summary.sh
@@ -17,7 +17,7 @@
# Check that ':test-results:' directives in test scripts' output doesn't
# originate spurious results in the testsuite summary.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_OUTPUT
@@ -55,7 +55,7 @@ cat stdout
cat test-suite.log
cat foo.log
cat bar.log
-test $st -eq 0 || Exit $st
+test $st -eq 0 || exit $st
grep '^:test-result:XFAIL$' foo.log
grep '^:test-result: SKIP$' foo.log