diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-12-09 21:19:14 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-10 13:28:30 +0000 |
commit | 6ed0706616d0d46b48e5f4d22623268ff6746c12 (patch) | |
tree | e647d3c30f5a4c1309a6f52878b5800df7f93a6e /lib/AutoSplit.t | |
parent | 3020ec7a966d29011d9714679eba0b8797d51b1e (diff) | |
download | perl-6ed0706616d0d46b48e5f4d22623268ff6746c12.tar.gz |
Too fast for FAT filesystems
Message-ID: <20011210071914.GF1770@blackrider>
p4raw-id: //depot/perl@13595
Diffstat (limited to 'lib/AutoSplit.t')
-rw-r--r-- | lib/AutoSplit.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/AutoSplit.t b/lib/AutoSplit.t index e5466a46e9..256b43f715 100644 --- a/lib/AutoSplit.t +++ b/lib/AutoSplit.t @@ -307,7 +307,7 @@ AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD*) is (&*MOD*::obsolete, 0); is (&*MOD*::obsolete, 1); ## Sleep -2 +4 ## SameAgain True, so don't scrub this directory. IIRC DOS FAT filesystems have only 2 second granularity. @@ -338,7 +338,7 @@ AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD*) is (&*MOD*::skeleton, "bones", "skeleton"); eval {&*MOD*::gonner}; ok ($@ =~ m!^Can't locate auto/*MOD*/gonner.al in \@INC!, "Check &*MOD*::gonner is now a gonner") or print "# \$\@='$@'\n"; ## Sleep -2 +4 ## SameAgain True, so don't scrub this directory. ################################################################ @@ -368,7 +368,7 @@ AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD*) is (&*MOD*::ghost, "bump"); is (&*MOD*::zombie, "You didn't use fire.", "Are our zombies undead?"); ## Sleep -2 +4 ## SameAgain True, so don't scrub this directory. ################################################################ @@ -390,7 +390,7 @@ Without the timestamp check make sure that nothing happens is (&*MOD*::ghoul, "wail", "still haunted"); is (&*MOD*::zombie, "You didn't use fire.", "Are our zombies still undead?"); ## Sleep -2 +4 ## SameAgain True, so don't scrub this directory. ################################################################ |