In the compatibility comments: mention why we don't use grep -q.
authorWayne Davison <wayned@samba.org>
Sat, 4 Feb 2006 19:44:19 +0000 (19:44 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 4 Feb 2006 19:44:19 +0000 (19:44 +0000)
runtests.sh

index f6d86f7..558d986 100755 (executable)
@@ -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
 # 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: