diff options
| author | Vicent Marti <vicent@github.com> | 2014-05-13 12:40:13 +0200 |
|---|---|---|
| committer | Vicent Marti <vicent@github.com> | 2014-05-13 12:40:13 +0200 |
| commit | 03fcef188952184136539add2bd14a95ec0abacd (patch) | |
| tree | eef6c1efce418c858950aec4b9420bb7cf0043fc /tests/diff | |
| parent | bcf9792f08d25d7c9fe6a09f3c4d36c675c51290 (diff) | |
| parent | f554611a274aafd702bd899f4663c16eb76ae8f0 (diff) | |
| download | libgit2-03fcef188952184136539add2bd14a95ec0abacd.tar.gz | |
Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-be
Improve checks for ignore containment
Diffstat (limited to 'tests/diff')
| -rw-r--r-- | tests/diff/iterator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diff/iterator.c b/tests/diff/iterator.c index cdc64eb1d..a2df1c7a7 100644 --- a/tests/diff/iterator.c +++ b/tests/diff/iterator.c @@ -647,7 +647,7 @@ static void workdir_iterator_test( void test_diff_iterator__workdir_0(void) { - workdir_iterator_test("attr", NULL, NULL, 27, 1, NULL, "ign"); + workdir_iterator_test("attr", NULL, NULL, 23, 5, NULL, "ign"); } static const char *status_paths[] = { |
