From: Steve Peters Date: Wed, 7 Dec 2005 20:39:24 +0000 (+0000) Subject: One quick fix to the test for differences in error output. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23ca4e226622486979507fdfba49ad547a457d25;p=p5sagit%2Fp5-mst-13.2.git One quick fix to the test for differences in error output. p4raw-id: //depot/perl@26297 --- diff --git a/lib/Pod/t/Usage.t b/lib/Pod/t/Usage.t index d970d91..343a0a7 100644 --- a/lib/Pod/t/Usage.t +++ b/lib/Pod/t/Usage.t @@ -36,7 +36,7 @@ SKIP: { pod2usage({ -verbose => 0, -exit => 'noexit', -output => \*FAKEOUT, -input => $file }); }; - like( $@, qr/^Can't open $file for reading:/, + like( $@, qr/^Can't open $file:/, 'File not found without -pathlist' ); eval {