summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 28e0460a5a..3094f78b8e 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -222,8 +222,6 @@ sub run_testsuite($$$$$)
open(RESULTS, "$cmd 2>&1|");
my $statistics = {
- SUITES_FAIL => 0,
-
TESTS_UNEXPECTED_OK => 0,
TESTS_EXPECTED_OK => 0,
TESTS_UNEXPECTED_FAIL => 0,