From: Stefano Lattarini Date: Thu, 26 Jul 2012 17:40:49 +0000 (+0200) Subject: gen-tests: simplify sourcing of helper shell files X-Git-Tag: v1.12.3~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a498f9e8da31615aeb29cc860eb229738aeab2f;p=platform%2Fupstream%2Fautomake.git 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 --- diff --git a/gen-testsuite-part b/gen-testsuite-part index 21c26c4..dee4cdd 100755 --- a/gen-testsuite-part +++ b/gen-testsuite-part @@ -361,7 +361,8 @@ foreach my $lt (TRUE, FALSE) required="@required" . ./defs || exit 1 plan_ $planned - . "\$am_testauxdir/depcomp.sh"; exit \$? + . depcomp.sh + exit \$? EOF }, 0555);