From 22f71ce17e7c03e19db30e257e4c01c0b9960e76 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Thu, 5 Oct 2017 14:13:10 +0200 Subject: [PATCH] t9.pl: Make more reliable Sometimes the 'touch' didn't change the mtime since too little time had passed! --- test/scripts/txpl/t9.pl | 1 + 1 file changed, 1 insertion(+) 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" ); -- 2.30.2