aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-z_slow/leak_all1.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-z_slow/leak_all1.tests')
-rwxr-xr-xshell/hush_test/hush-z_slow/leak_all1.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-z_slow/leak_all1.tests b/shell/hush_test/hush-z_slow/leak_all1.tests
index b26e2df02..d244744a6 100755
--- a/shell/hush_test/hush-z_slow/leak_all1.tests
+++ b/shell/hush_test/hush-z_slow/leak_all1.tests
@@ -27,6 +27,8 @@ HERE
{ : /bin/*; }
set -- par1_$i par2_$i par3_$i par4_$i
trap "echo trap$i" WINCH
+ f() { echo $1; }
+ f >/dev/null
: $((i++))
done
@@ -55,6 +57,8 @@ HERE
{ : /bin/*; }
set -- par1_$i par2_$i par3_$i par4_$i
trap "echo trap$i" WINCH
+ f() { echo $1; }
+ f >/dev/null
: $((i++))
done