xref: /openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t (revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
1*b39c5158Smillertuse strict;
2*b39c5158Smillertuse Test;
3*b39c5158Smillertuse Win32;
4*b39c5158Smillert
5*b39c5158Smillertplan tests => 1;
6*b39c5158Smillert
7*b39c5158Smillert# "windir" exists back to Win9X; "SystemRoot" only exists on WinNT and later.
8*b39c5158Smillertok(Win32::GetFolderPath(Win32::CSIDL_WINDOWS), $ENV{WINDIR});
9