diff options
Diffstat (limited to 'third_party/git/t/chainlint/bash-array.expect')
-rw-r--r-- | third_party/git/t/chainlint/bash-array.expect | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/bash-array.expect b/third_party/git/t/chainlint/bash-array.expect new file mode 100644 index 000000000000..c4a830d1c1d6 --- /dev/null +++ b/third_party/git/t/chainlint/bash-array.expect @@ -0,0 +1,10 @@ +( + foo && + bar=(gumbo stumbo wumbo) && + baz +>) && +( + foo && + bar=${#bar[@]} && + baz +>) |