1
0
Fork 0
git/t/chainlint/complex-if-in-cuddled-loop.expect
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

9 lines
212 B
Text

2 (for i in a b c; do
3 if test "$(echo $(waffle bat))" = "eleventeen" &&
4 test "$x" = "$y"; then
5 :
6 else
7 echo >file
8 fi ?!LINT: missing '|| exit 1'?!
9 done) &&
10 test ! -f file