summaryrefslogtreecommitdiff
path: root/lib/Pod/t
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-12-07 20:39:24 +0000
committerSteve Peters <steve@fisharerojo.org>2005-12-07 20:39:24 +0000
commit23ca4e226622486979507fdfba49ad547a457d25 (patch)
tree0f7916bc9252e8fc331d9a154506610280d94d26 /lib/Pod/t
parentc48640ec958027811b711ad07ca27c7f6b7ebbe0 (diff)
downloadperl-23ca4e226622486979507fdfba49ad547a457d25.tar.gz
One quick fix to the test for differences in error output.
p4raw-id: //depot/perl@26297
Diffstat (limited to 'lib/Pod/t')
-rw-r--r--lib/Pod/t/Usage.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/t/Usage.t b/lib/Pod/t/Usage.t
index d970d9172c..343a0a73dd 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 {