X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fglob-basic.t;h=e8a2905addc05d21909365fd13b6a0c5570d56c9;hb=9ee2bb1a7c54b1866ff07ab9c157254810ee5205;hp=be3280c8ca7dae50b848ba5cf26d597f0ff77b1d;hpb=7ea3cd407b6ec2a3e424bdfbc486b6e01d6d28bd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/glob-basic.t b/t/lib/glob-basic.t index be3280c..e8a2905 100755 --- a/t/lib/glob-basic.t +++ b/t/lib/glob-basic.t @@ -39,7 +39,7 @@ print "ok 2\n"; # look up the user's home directory # should return a list with one item, and not set ERROR -if ($^O ne 'MSWin32' && $^O ne 'VMS' && $^O ne 'cygwin') { +if ($^O ne 'MSWin32' && $^O ne 'VMS') { eval { ($name, $home) = (getpwuid($>))[0,7]; 1;