components/gtar/patches/system-test.patch
author Tomas Kuthan <tomas.kuthan@oracle.com>
Thu, 06 Oct 2016 07:26:21 -0700
changeset 7060 6881211a7ba8
parent 4548 a77dcced6a2a
permissions -rw-r--r--
24301902 Log connections dropped when exceeding MaxStartups

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

--- tests/Makefile.in
+++ tests/Makefile.in
@@ -1701,8 +1701,8 @@
 #check_SCRIPTS = tar
 
 # Run the test suite on the *installed* tree.
-installcheck-local:
-	$(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin
+installcheck-local: $(check_PROGRAMS)
+	$(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=/usr/gnu/bin
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.