tests: fix setup for older Zsh
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Jun 2012 08:34:29 +0000 (10:34 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Jun 2012 08:34:29 +0000 (10:34 +0200)
commitf1e0300d38e7c79ec58a259c9c821d9469bb6c02
tree966a31d3d3fd76eb2ac3a754b88d2293152dd946
parent5898641fb97b63ff62d84eed90ea7e1b2329bfe8
tests: fix setup for older Zsh

* defs-static.in: After the addition of TAP-based tests and our renaming
of "simple" test scripts from 'tests/foo.test' to 't/foo.sh', a test name
is valid if it matches the wildcard "*.sh" or "*.tap", not the wildcard
"*.test".  Adjust accordingly.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
defs-static.in