sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it.

This commit is contained in:
Jilles Tjoelker 2011-02-19 13:23:13 +00:00
parent 3d9394a391
commit 9d59796db7

View File

@ -9,7 +9,6 @@ export SH=${SH}
COUNTER=1
do_test() {
local c
c=${COUNTER}
COUNTER=$((COUNTER+1))
${SH} $1 > tmp.stdout 2> tmp.stderr