expand leak_all1.tests
This commit is contained in:
parent
14725f82b6
commit
ffe6f80851
@ -17,13 +17,16 @@ while test $i != 99; do
|
||||
: << HERE >/dev/null; true <<HERE
|
||||
Hello builtin :
|
||||
HERE
|
||||
Hello true
|
||||
Hello $i true
|
||||
HERE
|
||||
elif false; then
|
||||
true; echo Doesnt run
|
||||
else
|
||||
{ true; }; echo Doesnt run too >>/foo/bar
|
||||
fi
|
||||
{ : /bin/*; }
|
||||
set -- par1_$i par2_$i par3_$i par4_$i
|
||||
trap "echo trap$i" WINCH
|
||||
: $((i++))
|
||||
done
|
||||
|
||||
@ -42,13 +45,16 @@ while test $i != 99; do
|
||||
: << HERE >/dev/null; true <<HERE
|
||||
Hello builtin :
|
||||
HERE
|
||||
Hello true
|
||||
Hello $i true
|
||||
HERE
|
||||
elif false; then
|
||||
true; echo Doesnt run
|
||||
else
|
||||
{ true; }; echo Doesnt run too >>/foo/bar
|
||||
fi
|
||||
{ : /bin/*; }
|
||||
set -- par1_$i par2_$i par3_$i par4_$i
|
||||
trap "echo trap$i" WINCH
|
||||
: $((i++))
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user