summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-26 17:08:39 -0700
committerRob Pike <r@golang.org>2008-06-26 17:08:39 -0700
commit44a7dd9b38266d27a8fabe6f13d563c5e9d28474 (patch)
treebdcda577544933210308ad76ca43c3fff5fd0cfe /test/run
parente0294454a75f73b5126e5712b35675e457398060 (diff)
downloadgolang-44a7dd9b38266d27a8fabe6f13d563c5e9d28474.tar.gz
add readfile test
update golden SVN=125006
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index f01f42448..ee014269a 100755
--- a/test/run
+++ b/test/run
@@ -32,7 +32,7 @@ do
echo >&2 fail: $i
fi
done
-done | cat -v >run.out
+done > run.out
case $failed in
1)