diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2007-08-16 06:25:53 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-08-29 08:55:17 +0000 |
commit | fa5b08bca622180d641ac727a375fcb31eddce18 (patch) | |
tree | 27c8baece502da926c8a331e9290bdcf4228aa13 | |
parent | c9fbd0c8ba8d1b22cc2295e52e1b5aba200db476 (diff) | |
download | perl-fa5b08bca622180d641ac727a375fcb31eddce18.tar.gz |
Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org>
p4raw-id: //depot/perl@31760
-rw-r--r-- | t/lib/cygwin.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/cygwin.t b/t/lib/cygwin.t index 7f2f655bc7..00cd05fec0 100644 --- a/t/lib/cygwin.t +++ b/t/lib/cygwin.t @@ -57,6 +57,7 @@ ok(@mnttbl > 0, "non empty mount_table"); for $i (@mnttbl) { if ($i->[0] eq '/') { is($i->[2].",".$i->[3], $rootmnt, "same root mount flags"); + last; } } |