aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-04 19:44:19 +0000
committerWayne Davison <wayned@samba.org>2006-02-04 19:44:19 +0000
commitc53b6fd0ac7f0364fc454bc19647aa5b843d7848 (patch)
treed7595691a1a035a8fb369d4153d5a1fc21a23d22 /runtests.sh
parentb31243b472865c89aaeab0d30c4b8d0efcb96b35 (diff)
downloadandroid_external_rsync-c53b6fd0ac7f0364fc454bc19647aa5b843d7848.tar.gz
android_external_rsync-c53b6fd0ac7f0364fc454bc19647aa5b843d7848.tar.bz2
android_external_rsync-c53b6fd0ac7f0364fc454bc19647aa5b843d7848.zip
In the compatibility comments: mention why we don't use grep -q.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh4
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: