summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Pozdeev <vano@mail.mipt.ru>2015-08-03 12:01:13 +0300
committerTony Cook <tony@develop-help.com>2015-08-11 10:33:39 +1000
commit9728ed0a4dcaca9d7fddf6ce9c5736ed3aacd487 (patch)
tree49a9a80eea092c62904b7583dabeb89d472a86cf
parent4e2380f1a99c68bcb6c36fc141b8ca89e98e4b71 (diff)
downloadperl-9728ed0a4dcaca9d7fddf6ce9c5736ed3aacd487.tar.gz
cygwin 2.1.0 can test -r just fine, incl. under admin
-rw-r--r--t/op/stat.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/stat.t b/t/op/stat.t
index ad94b3f830..a807b90b82 100644
--- a/t/op/stat.t
+++ b/t/op/stat.t
@@ -194,7 +194,7 @@ SKIP: {
skip "Can't test if an admin user in miniperl", 2,
if $Is_Cygwin && is_miniperl();
skip "Can't test -r or -w meaningfully if you're superuser", 2
- if ($Is_Cygwin ? Win32::IsAdminUser : $> == 0);
+ if ($> == 0);
SKIP: {
skip "Can't test -r meaningfully?", 1 if $Is_Dos;