Johannes Sixt <j6t@xxxxxxxx> writes: >> diff --git a/t/diff-lib.sh b/t/diff-lib.sh >> index 75a35fc..c211dc4 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. >> > > This reveals a minor bug in test_ln_s_add: Thanks for catching it before it hits 'master'. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html