selftest: Use filter-xfail for known failures
[ira/wip.git] / selftest / format-subunit.pl
index 000346a9affd2b5f75b2cac92f248b4d76bd4cbf..c60902f8d755ac028bdec1ee50033b196d792a6e 100755 (executable)
@@ -61,7 +61,7 @@ if ($opt_format eq "buildfarm") {
 }
 
 my $expected_ret = parse_results(
-       $msg_ops, $statistics, *STDIN, sub { return 0; }, []);
+       $msg_ops, $statistics, *STDIN, []);
 
 $msg_ops->summary();