Codebase list proj-rdnap / 51a2d17
Fix copy/pasto in warning message. Bas Couwenberg 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
365365 + $expect .= "\n";
366366 + }
367367 + else {
368 + print "Warning: Unsupported source: $direction->{src}, skipping test\n";
368 + print "Warning: Unsupported destination: $direction->{dst}, skipping test\n";
369369 + next;
370370 + }
371371 +