diff options
| author | Edward Thomson <ethomson@github.com> | 2016-10-09 16:05:48 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2016-10-09 16:05:48 +0100 |
| commit | 610cff13a31964eeb2264a452424e1e3d49accc3 (patch) | |
| tree | b8066e39eb0048097f03c68174364be01611a85a /tests/diff/format_email.c | |
| parent | 2468bf0615a581e67c69bd47b6862eabb1940e5e (diff) | |
| parent | dc5cfdbab957a08f3ddda9889f68c81011eb1900 (diff) | |
| download | libgit2-610cff13a31964eeb2264a452424e1e3d49accc3.tar.gz | |
Merge branch 'pr/3809'
Diffstat (limited to 'tests/diff/format_email.c')
| -rw-r--r-- | tests/diff/format_email.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diff/format_email.c b/tests/diff/format_email.c index 9f8fe3142..c3c04107b 100644 --- a/tests/diff/format_email.c +++ b/tests/diff/format_email.c @@ -113,7 +113,7 @@ void test_diff_format_email__with_message(void) "Also test if new paragraphs are included correctly.\n" \ "---\n" \ " file3.txt | 1 +\n" \ - " 1 file changed, 1 insertion(+), 0 deletions(-)\n" \ + " 1 file changed, 1 insertion(+)\n" \ "\n" \ "diff --git a/file3.txt b/file3.txt\n" \ "index 9a2d780..7309653 100644\n" \ @@ -156,7 +156,7 @@ void test_diff_format_email__multiple(void) "---\n" \ " file2.txt | 5 +++++\n" \ " file3.txt | 5 +++++\n" \ - " 2 files changed, 10 insertions(+), 0 deletions(-)\n" \ + " 2 files changed, 10 insertions(+)\n" \ " create mode 100644 file2.txt\n" \ " create mode 100644 file3.txt\n" \ "\n" \ |
