]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Clarify behaviour of installcheck.
authorMartin Pool <mbp@samba.org>
Tue, 12 Mar 2002 00:22:22 +0000 (00:22 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 12 Mar 2002 00:22:22 +0000 (00:22 +0000)
testsuite/README.testsuite

index b7697ca9d6bebd11856e708634e1b246575f1f98..8d3163cdda5d27f9aaf7a7f4ce3d745a6d55646c 100644 (file)
@@ -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