]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/while-loop.expect
clone: allow "--bare" with "-o"
[thirdparty/git.git] / t / chainlint / while-loop.expect
1 (
2 while true
3 do
4 echo foo ?!AMP?!
5 cat <<-EOF
6 done ?!AMP?!
7 while true; do
8 echo foo &&
9 cat bar
10 done
11 )