From: Christian Kamm Date: Thu, 5 Oct 2017 12:13:10 +0000 (+0200) Subject: t9.pl: Make more reliable X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~700^2^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=22f71ce17e7c03e19db30e257e4c01c0b9960e76;p=nextcloud-desktop.git t9.pl: Make more reliable Sometimes the 'touch' didn't change the mtime since too little time had passed! --- diff --git a/test/scripts/txpl/t9.pl b/test/scripts/txpl/t9.pl index 1fb738903..3f3781a43 100755 --- a/test/scripts/txpl/t9.pl +++ b/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" );