diff options
Diffstat (limited to 't/chainlint/block.test')
| -rw-r--r-- | t/chainlint/block.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/block.test b/t/chainlint/block.test index 4ab69a4afc..a1b6b4dd32 100644 --- a/t/chainlint/block.test +++ b/t/chainlint/block.test @@ -1,3 +1,4 @@ +test_expect_success 'block' ' ( # LINT: missing "&&" after first "echo" foo && @@ -25,3 +26,4 @@ echo "done" } && finis +' |
