]> Cypherpunks repositories - gostls13.git/commit
test/run: use bash, not sh.
authorRuss Cox <rsc@golang.org>
Fri, 13 Nov 2009 21:10:53 +0000 (13:10 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 13 Nov 2009 21:10:53 +0000 (13:10 -0800)
commit662ee8704cae149c2927e6eeebc66e6a22afb78c
treef13e0897db6e11b3d402fe61f3037de682d74432
parentbccc337084bc4f91d9f354f363dff2064fa24fa3
test/run: use bash, not sh.
use bash builtin time instead of
assuming /usr/bin/time exists.

R=r
https://golang.org/cl/152124
test/run