summaryrefslogtreecommitdiff
path: root/test/errchk
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-10-16 15:59:31 -0700
committerRuss Cox <rsc@golang.org>2008-10-16 15:59:31 -0700
commite4def2f9594a39d1cd00a5e72bffe7b9df4a45e0 (patch)
treee0a34202934220fbb1b8af43881269f95e53121e /test/errchk
parente165c282e7d7077fa59e60481408f9b401a05e10 (diff)
downloadgo-e4def2f9594a39d1cd00a5e72bffe7b9df4a45e0.tar.gz
diagnose various conversion problems
R=ken OCL=17320 CL=17320
Diffstat (limited to 'test/errchk')
-rwxr-xr-xtest/errchk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errchk b/test/errchk
index 2b27b851c..61b77e39d 100755
--- a/test/errchk
+++ b/test/errchk
@@ -41,7 +41,7 @@ if $* >$TMPOUT 2>$TMPERR; then
exit 1
fi
-cat $TMPOUT $TMPERR > $TMPALL
+cat $TMPOUT $TMPERR | grep -v '^ ' > $TMPALL
header=0
echo 0 > $TMPSTAT