summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-05 20:45:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-05 20:45:43 (GMT)
commitfa8baa4b2acf6f8be8f28bf84493e0889e45eb91 (patch)
tree2bce03d86ae374800d0f201dba9c2b681f5365f0 /t/t9300-fast-import.sh
parent8a6444d50ea73350ae7e6083ecc63393749e5bb0 (diff)
parent817d03e10552c03fce7483df5034d72f883b2fab (diff)
downloadgit-fa8baa4b2acf6f8be8f28bf84493e0889e45eb91.zip
git-fa8baa4b2acf6f8be8f28bf84493e0889e45eb91.tar.gz
git-fa8baa4b2acf6f8be8f28bf84493e0889e45eb91.tar.bz2
Merge branch 'jc/diff-test-updates'
Test clean-up. * jc/diff-test-updates: test_ln_s_add: refresh stat info of fake symbolic links t4008: modernise style t/diff-lib: check exact object names in compare_diff_raw tests: do not borrow from COPYING and README from the real source t4010: correct expected object names t9300: correct expected object names t4008: correct stale comments
Diffstat (limited to 't/t9300-fast-import.sh')
-rwxr-xr-xt/t9300-fast-import.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh
index 37c2d63..c538e0a 100755
--- a/t/t9300-fast-import.sh
+++ b/t/t9300-fast-import.sh
@@ -552,8 +552,8 @@ test_expect_success 'D: verify pack' '
'
cat >expect <<EOF
-:000000 100755 0000000000000000000000000000000000000000 35a59026a33beac1569b1c7f66f3090ce9c09afc A newdir/exec.sh
-:000000 100644 0000000000000000000000000000000000000000 046d0371e9220107917db0d0e030628de8a1de9b A newdir/interesting
+:000000 100755 0000000000000000000000000000000000000000 e74b7d465e52746be2b4bae983670711e6e66657 A newdir/exec.sh
+:000000 100644 0000000000000000000000000000000000000000 fcf778cda181eaa1cbc9e9ce3a2e15ee9f9fe791 A newdir/interesting
EOF
git diff-tree -M -r branch^ branch >actual
test_expect_success \