1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-05-08 20:34:08 +02:00

t9.pl: Make more reliable

Sometimes the 'touch' didn't change the mtime since too little time had
passed!
This commit is contained in:
Christian Kamm 2017-10-05 14:13:10 +02:00
parent 0931f25747
commit 22f71ce17e

View File

@ -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" );