summaryrefslogtreecommitdiff
path: root/t/diff-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-13 22:56:09 -0700
committerJunio C Hamano <gitster@pobox.com>2015-03-13 22:56:10 -0700
commitbb8f6de064a2b92febe06c5cbfcf98c686dce8a4 (patch)
tree8fc741454bdeaa37b211ede730c58f72bc36e5c9 /t/diff-lib.sh
parent3aab60b3baefd79d113fdc83685ba38c71986538 (diff)
parent817d03e10552c03fce7483df5034d72f883b2fab (diff)
downloadgit-bb8f6de064a2b92febe06c5cbfcf98c686dce8a4.tar.gz
Merge branch 'jc/diff-test-updates' into maint
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/diff-lib.sh')
-rw-r--r--t/diff-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/diff-lib.sh b/t/diff-lib.sh
index 75a35fcd06..c211dc40ee 100644
--- a/t/diff-lib.sh
+++ b/t/diff-lib.sh
@@ -1,6 +1,6 @@
:
-sanitize_diff_raw='/^:/s/ '"$_x40"' '"$_x40"' \([A-Z]\)[0-9]* / X X \1# /'
+sanitize_diff_raw='/^:/s/ '"\($_x40\)"' '"\($_x40\)"' \([A-Z]\)[0-9]* / \1 \2 \3# /'
compare_diff_raw () {
# When heuristics are improved, the score numbers would change.
# Ignore them while comparing.