diff options
author | Wayne Davison <wayned@samba.org> | 2006-02-04 19:44:19 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-02-04 19:44:19 +0000 |
commit | c53b6fd0ac7f0364fc454bc19647aa5b843d7848 (patch) | |
tree | d7595691a1a035a8fb369d4153d5a1fc21a23d22 /runtests.sh | |
parent | b31243b472865c89aaeab0d30c4b8d0efcb96b35 (diff) | |
download | rsync-c53b6fd0ac7f0364fc454bc19647aa5b843d7848.tar.gz rsync-c53b6fd0ac7f0364fc454bc19647aa5b843d7848.tar.bz2 rsync-c53b6fd0ac7f0364fc454bc19647aa5b843d7848.zip |
In the compatibility comments: mention why we don't use grep -q.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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: |