Skip to content

Commit

Permalink
Comment + diag. message
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Aug 11, 2016
1 parent 872f91f commit b7fb407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/export.t
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ sub test_run {
}

# Blocks of expected output are split by single lines of dashes,
# followed by a device name.
# followed by a file name.
my @expected = split(/^-+[ ]*(\S+)[ ]*\n/m, $expected);
my $first = shift @expected;
if ($first) {
diag("Missing device name in first line of code specification");
diag("Missing file name in first line of output specification");
fail($title);
return;
}
Expand Down

0 comments on commit b7fb407

Please sign in to comment.