Created
August 22, 2013 14:46
-
-
Save donaldh/6308172 to your computer and use it in GitHub Desktop.
Proposed TMPDIR spectest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use Test; | |
plan 3; | |
ok $*TMPDIR, '$*TMPDIR exists'; | |
ok $*TMPDIR.perl, '$*TMPDIR.perl works'; | |
ok $*TMPDIR.gist, '$*TMPDIR.gist works'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment