From fa5b08bca622180d641ac727a375fcb31eddce18 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Thu, 16 Aug 2007 06:25:53 -0700 Subject: [PATCH] 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 --- t/lib/cygwin.t | 1 + 1 file changed, 1 insertion(+) 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; } } -- 2.7.4