Quellcode durchsuchen

t9.pl: Make more reliable

Sometimes the 'touch' didn't change the mtime since too little time had
passed!
Christian Kamm vor 8 Jahren
Ursprung
Commit
22f71ce17e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      test/scripts/txpl/t9.pl

+ 1 - 0
test/scripts/txpl/t9.pl

@@ -48,6 +48,7 @@ assert($txtpropbefore);
 assert($emlpropbefore);
 
 printInfo( "Touch local files");
+system( "sleep 1" );
 system( "touch $locDir/test.txt" );
 system( "touch $locDir/test.eml" );