This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to Win32-0.45 from CPAN
[perl5.git] / cpan / Win32 / t / ExpandEnvironmentStrings.t
1 use strict;
2 use Test;
3 use Win32;
4
5 plan tests => 1;
6
7 ok(Win32::ExpandEnvironmentStrings("%WINDIR%"), $ENV{WINDIR});