summaryrefslogtreecommitdiff
path: root/test/testlib
diff options
context:
space:
mode:
authorR?my Oudompheng <oudomphe@phare.normalesup.org>2012-10-07 23:14:20 +0200
committerR?my Oudompheng <oudomphe@phare.normalesup.org>2012-10-07 23:14:20 +0200
commit25657303b6d9a351354abf644053efe6c7c4f25e (patch)
tree09dec9e315170f7652a89d962a93e597256726d1 /test/testlib
parent69b2ce5f630af28cd08f9c1d8fb63bab4230cd6e (diff)
downloadgo-25657303b6d9a351354abf644053efe6c7c4f25e.tar.gz
test/testlib: don't forget stderr for rundircmpout.
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/6620071
Diffstat (limited to 'test/testlib')
-rw-r--r--test/testlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlib b/test/testlib
index 8033b7f93..ceab8794b 100644
--- a/test/testlib
+++ b/test/testlib
@@ -53,7 +53,7 @@ rundircmpout() {
lastfile=$name
done
$L -o $A.out -L. $lastfile.$A
- ./$A.out | cmp - $D/$F.out
+ ./$A.out 2>&1 | cmp - $D/$F.out
}
build() {