From 7a498f9e8da31615aeb29cc860eb229738aeab2f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 26 Jul 2012 19:40:49 +0200 Subject: [PATCH] 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 --- gen-testsuite-part | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen-testsuite-part b/gen-testsuite-part index 21c26c46d..dee4cddd2 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); -- 2.47.2