From: Steve Hay Date: Fri, 24 Nov 2006 15:44:23 +0000 (+0000) Subject: Cleanup manifest file left by test script when using VC8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d59896ca6c1d3a7462df738d94bb6c55497a7e58;p=p5sagit%2Fp5-mst-13.2.git Cleanup manifest file left by test script when using VC8 p4raw-id: //depot/perl@29375 --- diff --git a/lib/ExtUtils/t/Embed.t b/lib/ExtUtils/t/Embed.t index a7ebaa2..629dafb 100644 --- a/lib/ExtUtils/t/Embed.t +++ b/lib/ExtUtils/t/Embed.t @@ -143,6 +143,7 @@ print "# embed_test = $embed_test\n"; $status = system($embed_test); print (($status? 'not ':'')."ok 9 # system returned $status\n"); unlink($exe,"embed_test.c",$obj); +unlink("$exe.manifest") if $cl and $Config{'ccversion'} =~ /^(\d+)/ and $1 >= 14; unlink("$exe$Config{exe_ext}") if $skip_exe; unlink("embed_test.map","embed_test.lis") if $^O eq 'VMS'; unlink(glob("./*.dll")) if $^O eq 'cygwin';