diff options
author | Abe Timmerman <abe@ztreet.demon.nl> | 2002-01-14 03:29:51 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-14 00:27:41 +0000 |
commit | a37c3bb4b6c8295b3c26774dc457317671302dc9 (patch) | |
tree | 9acddd14b7edd4112d3f3596b4a0209004688811 /lib/ExtUtils | |
parent | f9cf2ad67d0a7522afde3af06d477749ebd20bd3 (diff) | |
download | perl-a37c3bb4b6c8295b3c26774dc457317671302dc9.tar.gz |
Re: Win32 status - progress !
Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
p4raw-id: //depot/perl@14252
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/t/MM_Win32.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/MM_Win32.t b/lib/ExtUtils/t/MM_Win32.t index 7753926fed..846cca2ba9 100644 --- a/lib/ExtUtils/t/MM_Win32.t +++ b/lib/ExtUtils/t/MM_Win32.t @@ -215,7 +215,7 @@ EOSCRIPT isnt( MM->perl_script( $script_name ), "${script_name}$script_ext", "not a perl_script anymore ($script_ext)" ); - is( MM->perl_script( $script_name ), '', + is( MM->perl_script( $script_name ), undef, "perl_script ($script_ext) returns empty" ); } unlink "${script_name}$script_ext" if -f "${script_name}$script_ext"; |