t9.pl: Make more reliable
authorChristian Kamm <mail@ckamm.de>
Thu, 5 Oct 2017 12:13:10 +0000 (14:13 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:42 +0000 (22:01 +0200)
Sometimes the 'touch' didn't change the mtime since too little time had
passed!

test/scripts/txpl/t9.pl

index 1fb738903184b4585da7ca3f1df50d5253beb65e..3f3781a438cf6cce2b564316de2802eda89624b3 100755 (executable)
@@ -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" );