]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Generated header tests doesn't use sleep.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 24 Oct 2007 07:03:00 +0000 (07:03 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 24 Oct 2007 07:03:00 +0000 (07:03 +0000)
darcs-hash:20071024070347-f2ef6-240760252d035f61d2cef30d31a8d26a480e6d36.gz

tests/headers/generated/runtest

index 2576a1652b9068fd764dbeac93b1478adee4905f..978520363077a21da5dc7b73a47005c429d80041 100755 (executable)
@@ -20,8 +20,8 @@ TLC=$(find _build -name 'toplevel_config.h')
 test -f "$TLC" || canttest "Can't find the produced local config"
 grep -Fv "/* config file:" $TLC | diff -u correct/toplevel_config.h - || error "Toplevel local config differs"
 
+touch -t 200001010000 $LC
 stat -c '%z' $LC > stat.log1
-sleep 1
 touch config.omk-default
 make
 stat -c '%z' $LC > stat.log2