The sixth batch
[git/gitster.git] / t / chainlint / if-in-loop.expect
blobd6514ae74927ff4336279112d5570499a71d6b53
2         for i in a b c
3         do
4                 if false
5                 then
6                         echo "err"
7                         exit 1
8                 fi ?!AMP?!
9                 foo
10         done ?!AMP?!
11         bar