X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/00f00f846b20b4d6bc0eee2668b0c50fd4531a48..c64ca7ef58bf3b2eb41cd0d1cd809fe934be4d8a:/runtests.sh diff --git a/runtests.sh b/runtests.sh index f6d86f7f..558d986c 100755 --- a/runtests.sh +++ b/runtests.sh @@ -85,7 +85,7 @@ # they're explicitly given on the command line. # Also, we can't count on 'cp -a' or 'mkdir -p', although they're -# pretty handy. +# pretty handy (see function makepath for the latter). # I think some of the GNU documentation suggests that we shouldn't # rely on shell functions. However, the Bash manual seems to say that @@ -100,6 +100,8 @@ # You cannot do "export VAR=VALUE" all on one line; the export must be # separate from the assignment. (SCO SysV) +# Don't rely on grep -q, as that doesn't work everywhere -- just redirect +# stdout to /dev/null to keep it quiet. # STILL TO DO: