summaryrefslogtreecommitdiff
path: root/t/testsuite-summary-count-many.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/testsuite-summary-count-many.sh')
-rwxr-xr-xt/testsuite-summary-count-many.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/testsuite-summary-count-many.sh b/t/testsuite-summary-count-many.sh
index b101206bb..938c91e2e 100755
--- a/t/testsuite-summary-count-many.sh
+++ b/t/testsuite-summary-count-many.sh
@@ -19,7 +19,7 @@
# Incidentally, this test also checks that the testsuite summary doesn't
# give any bug-report address if it's not defined.
-. ./defs || Exit 1
+. ./defs || exit 1
for s in trivial-test-driver extract-testsuite-summary.pl; do
cp "$am_testauxdir/$s" . || fatal_ "failed to fetch auxiliary script $s"
@@ -97,6 +97,6 @@ test -f make.fail
$PERL extract-testsuite-summary.pl stdout > summary.got
cat summary.exp
cat summary.got
-diff summary.exp summary.got || Exit 1
+diff summary.exp summary.got || exit 1
: