diff options
| author | Vicent Martà <vicent@github.com> | 2012-07-12 09:37:09 -0700 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2012-07-12 09:37:09 -0700 |
| commit | 0cf6b2f29ebf9d6342bd205197938e881ccc246f (patch) | |
| tree | cd0643f32aa82aa24deb3c888e629c6b808d046d /tests-clar/revwalk/basic.c | |
| parent | db2d4061f60f9390b9d37100b15ba5e819927aa4 (diff) | |
| parent | 8aedf1d5581f518da286ca4a33d6f7a98db38651 (diff) | |
| download | libgit2-0cf6b2f29ebf9d6342bd205197938e881ccc246f.tar.gz | |
Merge pull request #805 from nulltoken/fix/revwalk-email-parsing
Fix revwalk email parsing
Diffstat (limited to 'tests-clar/revwalk/basic.c')
| -rw-r--r-- | tests-clar/revwalk/basic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-clar/revwalk/basic.c b/tests-clar/revwalk/basic.c index a5a9b2eda..6f3c1c06d 100644 --- a/tests-clar/revwalk/basic.c +++ b/tests-clar/revwalk/basic.c @@ -129,8 +129,8 @@ void test_revwalk_basic__glob_heads(void) i++; } - /* git log --branches --oneline | wc -l => 13 */ - cl_assert(i == 13); + /* git log --branches --oneline | wc -l => 14 */ + cl_assert(i == 14); } void test_revwalk_basic__push_head(void) |
