projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d835f
)
Test output tweak.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 28 May 2002 13:43:39 +0000
(13:43 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 28 May 2002 13:43:39 +0000
(13:43 +0000)
p4raw-id: //depot/perl@16836
lib/ExtUtils/t/Embed.t
patch
|
blob
|
history
diff --git
a/lib/ExtUtils/t/Embed.t
b/lib/ExtUtils/t/Embed.t
index
6cb5cff
..
5460a25
100644
(file)
--- a/
lib/ExtUtils/t/Embed.t
+++ b/
lib/ExtUtils/t/Embed.t
@@
-133,7
+133,7
@@
my $embed_test = File::Spec->catfile(File::Spec->curdir, $exe);
$embed_test = "run/nodebug $exe" if $^O eq 'VMS';
print "# embed_test = $embed_test\n";
$status = system($embed_test);
-print (($status? 'not ':'')."ok 9 # $status\n");
+print (($status? 'not ':'')."ok 9 #
system returned
$status\n");
unlink($exe,"embed_test.c",$obj);
unlink("$exe$Config{exe_ext}") if $skip_exe;
unlink("embed_test.map","embed_test.lis") if $^O eq 'VMS';
@@
-183,7
+183,3
@@
int main(int argc, char **argv, char **env)
return 0;
}
-
-
-
-