Change debconf text to claim that the default /bin/sh is dash instead of bash. close...
[posh.git] / tests / nonposix.t
blobfc1f5f0ae5c79958663ea2a8edff0cffb9cdd770
1 name: nonposix-1
2 description:
3         Check to see if local can take multiple arguments and assignments
4 category: debian
5 stdin:
6         local a=1 b=5 c=9
7         echo $a $b $c
8 expected-stdout:
9         1 5 9
10 ---