diff options
Diffstat (limited to 't/chainlint/chain-break-continue.test')
| -rw-r--r-- | t/chainlint/chain-break-continue.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/chain-break-continue.test b/t/chainlint/chain-break-continue.test index f0af71d8bd..de8119b204 100644 --- a/t/chainlint/chain-break-continue.test +++ b/t/chainlint/chain-break-continue.test @@ -1,3 +1,4 @@ +test_expect_success 'chain-break-continue' ' git ls-tree --name-only -r refs/notes/many_notes | while read path do @@ -11,3 +12,4 @@ do return 1 fi done +' |
