gen-tests: simplify sourcing of helper shell files
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 17:40:49 +0000 (19:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 17:59:18 +0000 (19:59 +0200)
commit7a498f9e8da31615aeb29cc860eb229738aeab2f
tree668498cab337303c9c829cc30751d7b0a778a8d7
parent7d6b27434de032d8b6f852eb49e788b87a5e7695
gen-tests: simplify sourcing of helper shell files

This is a follow-up on commit v1.12.2-49-g42fb45b, for an occurrence
of '. "$am_testauxdir"/foo.sh' that wasn't in a test script, but
rather in 'gen-testsuite-part' (ending up in the tests generated by
that script).

* gen-testsuite-part: In the generated 'depcomp*.tap' tests, use
simply:
    . depcomp.sh
rather than:
    . "$am_testauxdir/depcomp.sh"

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