]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: remove useless sleep from tests on remake rules
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Mar 2012 07:59:59 +0000 (08:59 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Mar 2012 07:59:59 +0000 (08:59 +0100)
commit2141a6b191705f7d4e972e78c341977896fe6fc2
tree47430ac02715ddd785622a637167a26e99fc3333
parent188a881ae7d1853c49484a9fe93f46e5f1a764b8
tests: remove useless sleep from tests on remake rules

The sleeps were there to make generated autotools files strictly
newer than their sources; however, this is not necessary, since
POSIX mandates that make considers files with the same timestamp
of their dependencies to be up-to-date.

* tests/remake9a.test: Remove useless $sleep.
* tests/remake9b.test: Likewise.
* tests/remake9c.test: Likewise.
* tests/remake9d.test: Likewise.
* tests/remake10a.test: Likewise.
* tests/remake10b.test: Likewise.
* tests/remake10c.test: Likewise.
tests/remake10a.test
tests/remake10b.test
tests/remake10c.test
tests/remake9a.test
tests/remake9b.test
tests/remake9c.test
tests/remake9d.test