This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test fixes to go along with longpath.inc patch
[perl5.git] / ext / Win32 / t / ExpandEnvironmentStrings.t
CommitLineData
83a611dd
JD
1use strict;
2use Test;
3use Win32;
4
5plan tests => 1;
6
7ok(Win32::ExpandEnvironmentStrings("%WINDIR%"), $ENV{WINDIR});