diff options
Diffstat (limited to 't/chainlint/while-loop.test')
-rw-r--r-- | t/chainlint/while-loop.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/while-loop.test b/t/chainlint/while-loop.test index d09fb016e4..33a201906a 100644 --- a/t/chainlint/while-loop.test +++ b/t/chainlint/while-loop.test @@ -1,3 +1,4 @@ +test_expect_success 'while-loop' ' ( # LINT: "while", "do", "done" do not need "&&" while true @@ -17,3 +18,4 @@ cat bar done ) +' |