t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)
[git/debian.git] / t / chainlint / cuddled-if-then-else.expect
blobab2a026fbc2f68048d67174fad32134ded3d2ce7
2 if test -z ""; then
3     echo empty
4  else
5     echo bizzy
6 > fi) &&
7 echo foobar