diff --git a/shell/hush_test/hush-z_slow/leak_all1.tests b/shell/hush_test/hush-z_slow/leak_all1.tests index 6834d9a64..b26e2df02 100755 --- a/shell/hush_test/hush-z_slow/leak_all1.tests +++ b/shell/hush_test/hush-z_slow/leak_all1.tests @@ -17,13 +17,16 @@ while test $i != 99; do : << HERE >/dev/null; true <>/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 <>/foo/bar fi + { : /bin/*; } + set -- par1_$i par2_$i par3_$i par4_$i + trap "echo trap$i" WINCH : $((i++)) done