Imported Upstream version 2.27.0
[platform/upstream/git.git] / t / t4061-diff-indent.sh
index 2affd7a..0f7a6d9 100755 (executable)
@@ -17,7 +17,7 @@ compare_diff () {
 # Compare blame output using the expectation for a diff as reference.
 # Only look for the lines coming from non-boundary commits.
 compare_blame () {
-       sed -n -e "1,4d" -e "s/^\+//p" <"$1" >.tmp-1
+       sed -n -e "1,4d" -e "s/^+//p" <"$1" >.tmp-1
        sed -ne "s/^[^^][^)]*) *//p" <"$2" >.tmp-2
        test_cmp .tmp-1 .tmp-2 && rm -f .tmp-1 .tmp-2
 }