From: Denis Vlasenko Date: Wed, 8 Apr 2009 16:59:24 +0000 (-0000) Subject: expand leak_all1.tests X-Git-Tag: 1_14_0~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ffe6f8085170ed6a9780906374ca781e9c4291cb;p=oweals%2Fbusybox.git expand leak_all1.tests --- 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