diff options
Diffstat (limited to 't/io/fs.t')
-rwxr-xr-x | t/io/fs.t | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ BEGIN { use Config; +# avoid win32 (for now) +do { print "1..0\n"; exit(0); } if $^O eq 'MSWin32'; + print "1..26\n"; $wd = (($^O eq 'MSWin32') ? `cd` : `pwd`); |