diff options
Diffstat (limited to 't/chainlint/for-loop.test')
-rw-r--r-- | t/chainlint/for-loop.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/for-loop.test b/t/chainlint/for-loop.test index 6cb3428158..6f2489eb19 100644 --- a/t/chainlint/for-loop.test +++ b/t/chainlint/for-loop.test @@ -1,3 +1,4 @@ +test_expect_success 'for-loop' ' ( # LINT: "for", "do", "done" do not need "&&" for i in a b c @@ -17,3 +18,4 @@ cat $i done ) +' |