Re: Smoke [5.11.0] 33500 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
[p5sagit/p5-mst-13.2.git] / ext / Win32 / t / ExpandEnvironmentStrings.t
CommitLineData
83a611dd 1use strict;
2use Test;
3use Win32;
4
5plan tests => 1;
6
7ok(Win32::ExpandEnvironmentStrings("%WINDIR%"), $ENV{WINDIR});