]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/for-loop.expect
Merge branch 'da/rhel7-lacks-uncompress2-and-c99'
[thirdparty/git.git] / t / chainlint / for-loop.expect
CommitLineData
ebcbbe06
ES
1(
2 for i in a b c
3 do
db8c7a1c 4 echo $i ?!AMP?!
34ba05c2 5 cat <<-EOF
db8c7a1c 6 done ?!AMP?!
ebcbbe06
ES
7 for i in a b c; do
8 echo $i &&
9 cat $i
10 done
5be30d0c 11)