]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4045-diff-relative.sh
t4045: make hash-size independent
[thirdparty/git.git] / t / t4045-diff-relative.sh
index 36f8ed8a818714abc234ca940a59693f4be21046..258808708e1093819a32e68dfc76b6faf506f388 100755 (executable)
@@ -70,7 +70,7 @@ check_raw () {
        expect=$1
        shift
        cat >expected <<-EOF
-       :000000 100644 0000000000000000000000000000000000000000 $blob A $expect
+       :000000 100644 $ZERO_OID $blob A        $expect
        EOF
        test_expect_success "--raw $*" "
                git -C '$dir' diff --no-abbrev --raw $* HEAD^ >actual &&