tests: implement is_newest as an auxiliary script, not shell function
commitdc18830f56e88efa2cd92e663d30b9d4f0f27f1b
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 22 Jun 2012 14:18:28 +0000 (22 16:18 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 22 Jun 2012 14:38:09 +0000 (22 16:38 +0200)
tree87db4288be9a979284fcf329b63c82110c17fc74
parent9c90cf76767e4629349e3cce61dc587185f4eda1
tests: implement is_newest as an auxiliary script, not shell function

This will allow to also use it in the makefile recipes used in our
test cases.

* t/ax/test-init.sh (is_newest): Remove.
* t/ax/is_newest: New script.
* Makefile.am (EXTRA_DIST): Add it.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
t/ax/is_newest [new file with mode: 0755]
t/ax/test-init.sh