Просмотр исходного кода

t9.pl: Make more reliable

Sometimes the 'touch' didn't change the mtime since too little time had
passed!
Christian Kamm 8 лет назад
Родитель
Сommit
3636a59830
1 измененных файлов с 1 добавлено и 0 удалено
  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" );