Merge branch 'mb/p4-fixes'
[git/debian.git] / t / chainlint / bash-array.expect
blob4c34eaee45e2f706e80560edfa271f4a5e245a9e
2         foo &&
3         bar=(gumbo stumbo wumbo) &&
4         baz
5 ) &&
7         foo &&
8         bar=${#bar[@]} &&
9         baz