]> The Tcpdump Group git mirrors - tcpdump/commit
Don't use -q, just send the standard output to /dev/null.
authorGuy Harris <[email protected]>
Thu, 21 Sep 2017 01:12:51 +0000 (18:12 -0700)
committerGuy Harris <[email protected]>
Thu, 21 Sep 2017 01:12:51 +0000 (18:12 -0700)
commit40bcb22217cfcc03b9e9d963955c2d460b890e82
treef3e7157bd9862222dd2d480a8c9f758b7c5ff2af
parent050d41a163fc0c1c4bc56586845565aea8b87a12
Don't use -q, just send the standard output to /dev/null.

The default *grep in Solaris is *NOT* SUSv3-compliant, and doesn't
support -q; you have to use the one in /usr/xpg4/bin for that one.

Just use egrep (to make sure we support alternation, which we use),
don't pass it -q, and send its output to /dev/null, as we don't need to
see it.
tests/64bit.sh