Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
Yitzchak Scott-Thoennes [Thu, 16 Aug 2007 13:25:53 +0000 (06:25 -0700)]
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org>

p4raw-id: //depot/perl@31760

t/lib/cygwin.t

index 7f2f655..00cd05f 100644 (file)
@@ -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;
   }
 }