Skip to content

Commit

Permalink
Merge pull request #160 from nanis/nanis-fix-t-rt-84767
Browse files Browse the repository at this point in the history
t\rt-84767.t fails with MSVC built perl due to dir separator
  • Loading branch information
Lee J committed Dec 4, 2014
2 parents 274b7c6 + 5ccbe46 commit f9f9a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/rt-84767.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ open( my $fh,"<","$Script" )
while ( <$fh> ) {
eval { die("error") if /error/; };
$@ && do {
like( $@,qr!at t/$Script line 19!,'die with input line number' );
like( $@,qr!at \Q$0\E line 19!,'die with input line number' );
last;
}
}
Expand Down

0 comments on commit f9f9a6b

Please sign in to comment.