sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it.
This commit is contained in:
parent
3d9394a391
commit
9d59796db7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user