hush: fix var3.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
1
|
||||
1
|
||||
|
||||
|
||||
0
|
||||
@@ -1 +0,0 @@
|
||||
x=0; f() { local x=1; echo $x; local x; echo $x; unset x; echo $x; local x; echo $x; }; f; echo $x
|
||||
Reference in New Issue
Block a user