Start the 2.46 cycle
[git.git] / t / chainlint / chain-break-false.test
bloba5aaff8c8a4290fe32eeb231787b368dc131fd9e
1 # LINT: broken &&-chain okay if explicit "false" signals failure
2 if condition not satisified
3 then
4         echo it did not work...
5         echo failed!
6         false
7 else
8         echo it went okay
9         congratulate user