diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-06-01 13:44:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-06-01 13:44:06 +0000 |
commit | 8c3b04730b041cc14c6c665575f4c1168d326141 (patch) | |
tree | ca7125af485a1e9ea1d92b116bc60f30a0fae1c3 | |
parent | aa9b77a56c302461e373cf447672aa93adff3130 (diff) | |
download | rsync-8c3b04730b041cc14c6c665575f4c1168d326141.tar.gz |
added some notes to test.sh
-rwxr-xr-x | test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ # # +cat <<EOF + +This set of tests is not completely portable. It is intended for developers +not for end users. You may experience failures on some platforms that +do not indicate a problem with rsync. + +EOF + export PATH=.:$PATH TMP=/tmp/rsync-test.$$ FROM=${TMP}/from |