gen-tests: less hard-coding of 't' as the test directory
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Jul 2012 13:55:57 +0000 (15:55 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 11:35:41 +0000 (13:35 +0200)
commit61856a0d0a67d378bf64333a5b3ebd82424aebaf
tree801d0f3d543b2abd66c754aef88835df983d281d
parent2dde586a7605f973accb99d41990804fdd028bab
gen-tests: less hard-coding of 't' as the test directory

This will make life easier for us in case we decide to rename the
testsuite directory in the future (perhaps to something like 'tests',
which is somewhat less cryptic than the current 't').

* gen-testsuite-part ($testdir): New variable, used throughout instead
of hard-coding the name of the test directory to 't'.
All the script adjusted to make proper use of '$testdir'.
($auxdir): Move its definition earlier, for consistency with the one
of '$testdir'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
gen-testsuite-part