]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/arithmetic-expansion.expect
t4108: remove git command upstream of pipe
[thirdparty/git.git] / t / chainlint / arithmetic-expansion.expect
CommitLineData
5238710e
ES
1(
2 foo &&
3 bar=$((42 + 1)) &&
4 baz
5>) &&
6(
7?!AMP?! bar=$((42 + 1))
8 baz
9>)