diff options
Diffstat (limited to 't/chainlint/loop-upstream-pipe.test')
| -rw-r--r-- | t/chainlint/loop-upstream-pipe.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/loop-upstream-pipe.test b/t/chainlint/loop-upstream-pipe.test index efb77da897..8415a4db27 100644 --- a/t/chainlint/loop-upstream-pipe.test +++ b/t/chainlint/loop-upstream-pipe.test @@ -1,3 +1,4 @@ +test_expect_success 'loop-upstream-pipe' ' ( git rev-list --objects --no-object-names base..loose | while read oid @@ -9,3 +10,4 @@ done | sort -k1 ) >expect && +' |
