summaryrefslogtreecommitdiff
path: root/t/ax/testsuite-summary-checks.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/ax/testsuite-summary-checks.sh')
-rw-r--r--t/ax/testsuite-summary-checks.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/ax/testsuite-summary-checks.sh b/t/ax/testsuite-summary-checks.sh
index b9ba31ef1..f46df7c05 100644
--- a/t/ax/testsuite-summary-checks.sh
+++ b/t/ax/testsuite-summary-checks.sh
@@ -68,8 +68,7 @@ do_check ()
{
cat > summary.exp
expect_failure=false
- xfail_tests=''
- tests="$*"
+ tests=$* xfail_tests=
for t in $*; do
case $t in fail*|xpass*|error*) expect_failure=:;; esac
case $t in xfail*|xpass*) xfail_tests="$xfail_tests $t";; esac