From 5497787d35846bbfc44719b4477d57829bc53b31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9my=20Oudompheng?= Date: Sun, 7 Oct 2012 23:14:20 +0200 Subject: [PATCH] test/testlib: don't forget stderr for rundircmpout. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6620071 --- test/testlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testlib b/test/testlib index 8033b7f93c..ceab8794b2 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() { -- 2.48.1