summaryrefslogtreecommitdiff
path: root/testsuite/README.testsuite
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-03-12 00:22:22 +0000
committerMartin Pool <mbp@samba.org>2002-03-12 00:22:22 +0000
commit844f11f284a1b146bab0a96a5af2f920b37cf053 (patch)
tree9042d9ae0f9e4408efd1df0da0e9adcd29dd8dae /testsuite/README.testsuite
parent1cf1e7b3b4366e39ae61e941e4d28d4ee18c40ef (diff)
downloadrsync-844f11f284a1b146bab0a96a5af2f920b37cf053.tar.gz
Clarify behaviour of installcheck.
Diffstat (limited to 'testsuite/README.testsuite')
-rw-r--r--testsuite/README.testsuite8
1 files 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