From: Pádraig Brady Date: Tue, 26 Jun 2018 07:43:00 +0000 (-0700) Subject: tests: fix false failures when perl not available X-Git-Tag: v8.30~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d542945c3a8198096fc018f56c2ff7338e1405c7;p=thirdparty%2Fcoreutils.git tests: fix false failures when perl not available * tests/local.mk: Reference the stub that skips perl tests, with the correct path. --- diff --git a/tests/local.mk b/tests/local.mk index 307ade9206..47c6b95373 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -28,7 +28,7 @@ TEST_EXTENSIONS = .sh .pl .xpl if HAVE_PERL TESTSUITE_PERL = $(PERL) else -TESTSUITE_PERL = $(SHELL) $(srcdir)/no-perl +TESTSUITE_PERL = $(SHELL) $(srcdir)/tests/no-perl endif # Options passed to the perl invocations running the perl test scripts.