From: Yitzchak Scott-Thoennes Date: Thu, 16 Aug 2007 13:25:53 +0000 (-0700) Subject: Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa5b08bca622180d641ac727a375fcb31eddce18;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags From: "Yitzchak Scott-Thoennes" Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org> p4raw-id: //depot/perl@31760 --- diff --git a/t/lib/cygwin.t b/t/lib/cygwin.t index 7f2f655..00cd05f 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; } }