tests: Fix missing local in feed_files and cmp_out
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
4c92dc36ba
commit
e633597854
1 changed files with 4 additions and 1 deletions
|
@ -120,6 +120,8 @@ feed_input()
|
|||
|
||||
feed_files()
|
||||
{
|
||||
local i
|
||||
|
||||
for i
|
||||
do
|
||||
c="${i##*/*-}"
|
||||
|
@ -179,7 +181,8 @@ cmp_logs_xdump()
|
|||
|
||||
cmp_out()
|
||||
{
|
||||
local exp act nrm
|
||||
local i exp act nrm
|
||||
|
||||
for i
|
||||
do
|
||||
exp="$testdir/${i##*/}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue