diff options
Diffstat (limited to 'lib/ExtUtils/t/Manifest.t')
-rw-r--r-- | lib/ExtUtils/t/Manifest.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExtUtils/t/Manifest.t b/lib/ExtUtils/t/Manifest.t index ec7115ca3f..215a24b14e 100644 --- a/lib/ExtUtils/t/Manifest.t +++ b/lib/ExtUtils/t/Manifest.t @@ -215,7 +215,7 @@ SKIP: { eval { maniadd({ 'grrrwoof' => 'yippie' }); }; - like( $@, qr/^Could not open MANIFEST/, + like( $@, qr/^\Qmaniadd() could not open MANIFEST:\E/, "maniadd() dies if it can't open the MANIFEST" ); chmod( 0600, 'MANIFEST' ); @@ -228,7 +228,6 @@ END { # now get rid of the parent directory ok( chdir( $cwd ), 'return to parent directory' ); - unlink('mantest/MANIFEST'); remove_dir( 'mantest' ); } |