1use strict;
2use Test;
3use Win32;
4
5plan tests => 1;
6
7ok(Win32::ExpandEnvironmentStrings("%WINDIR%"), $ENV{WINDIR});
8