From 90f23f1ea6e436d681db81aa80edb7a763de2b12 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 5 Feb 2000 07:50:47 +0000 Subject: * Updates for VMS, Windows, and DOS ports. * Clean up some warnings. --- tests/scripts/features/vpathplus | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/scripts/features/vpathplus') diff --git a/tests/scripts/features/vpathplus b/tests/scripts/features/vpathplus index 6c9a2a0..76312b3 100644 --- a/tests/scripts/features/vpathplus +++ b/tests/scripts/features/vpathplus @@ -57,12 +57,10 @@ close(MAKEFILE); sub touchfiles { foreach (@_) { + sleep($wtime); ($f = $_) =~ s,VP/,$VP,g; &touch($f); push(@touchedfiles, $f); - # Sleep 2 seconds for DOS/Windows FAT volumes which have 2-second - # granularity of file times. - sleep(2); } } -- cgit v1.2.3