1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-10 16:39:04 +00:00

Consistency.

This commit is contained in:
david
2013-08-16 01:34:37 +00:00
parent d93a4a21fe
commit bbde6ff4b2

View File

@@ -112,8 +112,8 @@ sub test {
}
} else {
if ($xfail) {
$num_expected_failures++;
print "XFAIL $desc\n";
$num_expected_failures++;
} else {
$num_failures++;
print "FAIL $desc\n";