From 844f11f284a1b146bab0a96a5af2f920b37cf053 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 12 Mar 2002 00:22:22 +0000 Subject: [PATCH] Clarify behaviour of installcheck. --- testsuite/README.testsuite | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testsuite/README.testsuite b/testsuite/README.testsuite index b7697ca9..8d3163cd 100644 --- a/testsuite/README.testsuite +++ b/testsuite/README.testsuite @@ -10,9 +10,11 @@ you do not need to do "make install" first. Indeed, you probably should not install rsync before running the tests. If you instead type "make installcheck" then the suite will test the -rsync binary found on the path. You can use this to test a -distribution build, or perhaps by setting $PATH to run a new test -suite against an old version of rsync. +rsync binary from its installed location (e.g. /usr/local/bin/rsync). +You can use this to test a distribution build, or perhaps to run a new +test suite against an old version of rsync. Note that in accordance +with the GNU Standards, installcheck does not look for rsync on the +path. If the tests pass, you should see a report to that effect. Some tests require being root or some other precondition, and so will normally be -- 2.34.1