test: fail is for bad exit status only

R=kaib
CC=golang-dev
https://golang.org/cl/1847043
This commit is contained in:
Russ Cox 2010-07-22 08:54:32 -07:00
parent d34174cfb5
commit 0a9a3c128f

View file

@ -71,7 +71,6 @@ do
cat $TMP1FILE
if grep -q '^BUG' $TMP1FILE
then
echo >&2 fail: $i
echo "# $i # fail, BUG" >>pass.out
else
echo $i >>pass.out