summaryrefslogtreecommitdiff
path: root/cpan/Win32/t/ExpandEnvironmentStrings.t
blob: 853be4aa0ed29c319b0723ceb2e0fc1acb661021 (plain)
1
2
3
4
5
6
7
use strict;
use Test;
use Win32;

plan tests => 1;

ok(Win32::ExpandEnvironmentStrings("%WINDIR%"), $ENV{WINDIR});