This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Win32 from ext/ to cpan/
[perl5.git] / cpan / Win32 / t / ExpandEnvironmentStrings.t
diff --git a/cpan/Win32/t/ExpandEnvironmentStrings.t b/cpan/Win32/t/ExpandEnvironmentStrings.t
new file mode 100644 (file)
index 0000000..b57b47c
--- /dev/null
@@ -0,0 +1,7 @@
+use strict;
+use Test;
+use Win32;
+
+plan tests => 1;
+
+ok(Win32::ExpandEnvironmentStrings("%WINDIR%"), $ENV{WINDIR});