Skip to content

Commit 916d607

Browse files
committed
Number each check
1 parent f9e9443 commit 916d607

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

t/02_clientsim_txt_parsable.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ my $error_regexp2='client-simulation.txt:';
1414

1515
printf "\n%s\n", "Testing whether \"~/etc/client-simulation.txt\" isn't broken ...";
1616
$fileout = `bash ./etc/client-simulation.txt 2>&1`;
17+
18+
#1
1719
unlike($fileout, qr/$error_regexp1/, "regex 1");
1820
$tests++;
1921

22+
#2
2023
unlike($fileout, qr/$error_regexp2/, "regex 2");
2124
$tests++;
2225

0 commit comments

Comments
 (0)