Change 31760 by [EMAIL PROTECTED] on 2007/08/29 08:55:17
Subject: Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
From: "Yitzchak Scott-Thoennes" <[EMAIL PROTECTED]>
Date: Thu, 16 Aug 2007 13:25:53 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/t/lib/cygwin.t#5 edit
Differences ...
==== //depot/perl/t/lib/cygwin.t#5 (text) ====
Index: perl/t/lib/cygwin.t
--- perl/t/lib/cygwin.t#4~31737~ 2007-08-20 06:16:19.000000000 -0700
+++ perl/t/lib/cygwin.t 2007-08-29 01:55:17.000000000 -0700
@@ -57,6 +57,7 @@
for $i (@mnttbl) {
if ($i->[0] eq '/') {
is($i->[2].",".$i->[3], $rootmnt, "same root mount flags");
+ last;
}
}
End of Patch.