]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3206-range-diff.sh
Merge branch 'pb/ref-filter-with-crlf'
[thirdparty/git.git] / t / t3206-range-diff.sh
index e024cff65cb73e3d5db18ea417bd233618689008..6eb344be0312a4e125a036d673b56f9b236a822c 100755 (executable)
@@ -252,17 +252,13 @@ test_expect_success 'changed commit with --stat diff option' '
        git range-diff --no-color --stat topic...changed >actual &&
        cat >expect <<-EOF &&
        1:  $(test_oid t1) = 1:  $(test_oid c1) s/5/A/
-            a => b | 0
-            1 file changed, 0 insertions(+), 0 deletions(-)
        2:  $(test_oid t2) = 2:  $(test_oid c2) s/4/A/
-            a => b | 0
-            1 file changed, 0 insertions(+), 0 deletions(-)
        3:  $(test_oid t3) ! 3:  $(test_oid c3) s/11/B/
-            a => b | 0
-            1 file changed, 0 insertions(+), 0 deletions(-)
+            a => b | 2 +-
+            1 file changed, 1 insertion(+), 1 deletion(-)
        4:  $(test_oid t4) ! 4:  $(test_oid c4) s/12/B/
-            a => b | 0
-            1 file changed, 0 insertions(+), 0 deletions(-)
+            a => b | 2 +-
+            1 file changed, 1 insertion(+), 1 deletion(-)
        EOF
        test_cmp expect actual
 '