From ef6aca5a389a34a5d0fbfc30cebd5f5e886cceb6 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 29 Nov 2020 16:02:12 -0500 Subject: [PATCH] * tests/scripts/features/vpathgpath: Avoid duplicate function name. --- tests/scripts/features/vpathgpath | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/features/vpathgpath b/tests/scripts/features/vpathgpath index 5e6217bf..5c5996c6 100644 --- a/tests/scripts/features/vpathgpath +++ b/tests/scripts/features/vpathgpath @@ -40,7 +40,7 @@ close(MAKEFILE); $off = -500; -sub touchfiles { +sub gtouchfiles { foreach (@_) { ($f = $_) =~ s,VP/,$VP,g; &utouch($off, $f); @@ -51,7 +51,7 @@ sub touchfiles { # Run the general-case test -&touchfiles("VP/foo.d", "VP/bar.d", "VP/foo.c", "VP/bar.c", "foo.b", "bar.d"); +>ouchfiles("VP/foo.d", "VP/bar.d", "VP/foo.c", "VP/bar.c", "foo.b", "bar.d"); &run_make_with_options($makefile,"general",&get_logfile());