summaryrefslogtreecommitdiff
path: root/selftest/format-subunit.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-05 16:36:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-11 19:59:59 +0200
commit2e311fdac56f43998bb192418f617e6e7a6fc320 (patch)
treea66483595fcf396408a96d93b97beb3327eb3db5 /selftest/format-subunit.pl
parented61cc5419651437ae0b8eb7d3dd9c56c7627388 (diff)
downloadsamba-2e311fdac56f43998bb192418f617e6e7a6fc320.tar.gz
samba-2e311fdac56f43998bb192418f617e6e7a6fc320.tar.bz2
samba-2e311fdac56f43998bb192418f617e6e7a6fc320.zip
selftest/subunit: Remove open_tests argument from parse_results.
Diffstat (limited to 'selftest/format-subunit.pl')
-rwxr-xr-xselftest/format-subunit.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/format-subunit.pl b/selftest/format-subunit.pl
index acaac697aa..77e4b34f38 100755
--- a/selftest/format-subunit.pl
+++ b/selftest/format-subunit.pl
@@ -92,7 +92,7 @@ if ($opt_format eq "buildfarm") {
die("Invalid output format '$opt_format'");
}
-my $expected_ret = parse_results($msg_ops, $statistics, *STDIN, []);
+my $expected_ret = parse_results($msg_ops, $statistics, *STDIN);
$msg_ops->summary();