]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9300-fast-import.sh
Sync with 2.15.4
[thirdparty/git.git] / t / t9300-fast-import.sh
index 77104f9daac9837b712699ef49357e52f0e7c910..7eb08941cfb9e10006072ea44782b9e5e80091df 100755 (executable)
@@ -876,7 +876,7 @@ test_expect_success 'L: verify internal tree sorting' '
        EXPECT_END
 
        git fast-import <input &&
-       git diff-tree --abbrev --raw L^ L >output &&
+       GIT_PRINT_SHA1_ELLIPSIS="yes" git diff-tree --abbrev --raw L^ L >output &&
        test_cmp expect output
 '