]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t4030-diff-textconv.sh
Merge branch 'maint-1.6.0' into maint-1.6.1
[git.git] / t / t4030-diff-textconv.sh
index 0b76e7c97a511e5d5bbedaf54d4bab10a15caeb2..a3f0897a52ce2147388baeac6fc64d3b8501b516 100755 (executable)
@@ -29,7 +29,7 @@ test_expect_success 'setup binary file with history' '
        printf "\\0\\n" >file &&
        git add file &&
        git commit -m one &&
-       printf "\\1\\n" >>file &&
+       printf "\\01\\n" >>file &&
        git add file &&
        git commit -m two
 '
@@ -104,7 +104,7 @@ cat >expect.typechange <<'EOF'
 -1
 diff --git a/file b/file
 new file mode 120000
-index ad8b3d2..67be421
+index 0000000..67be421
 --- /dev/null
 +++ b/file
 @@ -0,0 +1 @@