]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: fix false failures when perl not available
authorPádraig Brady <P@draigBrady.com>
Tue, 26 Jun 2018 07:43:00 +0000 (00:43 -0700)
committerPádraig Brady <P@draigBrady.com>
Wed, 27 Jun 2018 09:38:59 +0000 (02:38 -0700)
* tests/local.mk: Reference the stub that skips perl tests,
with the correct path.

tests/local.mk

index 307ade920653d67ccf781e35eaa6c17f8af8f895..47c6b95373c2d1ab8d36342083c24aab158c2113 100644 (file)
@@ -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.