aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-30 09:48:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-30 09:48:55 +0000
commit154c9bc3b88703316b1ff5c6c2230b41718d6c43 (patch)
tree41335ee8f8fc97d78875a6885f01f7f0318437d1
parent508ad2c92fda2a2181f1e7bb9fad25bd4425cb29 (diff)
hide the grep result
-rwxr-xr-xtestcurl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcurl.sh b/testcurl.sh
index a72ca4409..f256e06cf 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -186,7 +186,7 @@ if [ $CVS -eq 1 ]; then
# generate the build files
./buildconf 2>&1 | tee build.log
- if { grep "^buildconf: OK" build.log; } then
+ if { grep "^buildconf: OK" build.log >/dev/null 2>&1; } then
echo "testcurl: buildconf was successful"
else
echo "testcurl: buildconf was NOT successful"