diff options
Diffstat (limited to 't/testsuite-summary-count.sh')
-rwxr-xr-x | t/testsuite-summary-count.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/testsuite-summary-count.sh b/t/testsuite-summary-count.sh index 8d2ce74d7..265eebfa4 100755 --- a/t/testsuite-summary-count.sh +++ b/t/testsuite-summary-count.sh @@ -16,12 +16,12 @@ # Check test counts in the testsuite summary. -. ./defs-static || Exit 1 +. ./defs-static || exit 1 use_colors=no use_vpath=no -. "$am_testauxdir"/testsuite-summary-checks.sh || Exit 99 +. "$am_testauxdir"/testsuite-summary-checks.sh || exit 99 ./configure |