summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/t4205-log-pretty-formats.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t4205-log-pretty-formats.sh b/t/t4205-log-pretty-formats.sh
index 719d132c6d..3cfb744017 100755
--- a/t/t4205-log-pretty-formats.sh
+++ b/t/t4205-log-pretty-formats.sh
@@ -192,7 +192,7 @@ test_expect_success 'left alignment formatting with trunc' "
message ..
message ..
add bar Z
-$(commit_msg "" "8" ".\+$")
+$(commit_msg "" "8" "..*$")
EOF
test_cmp expected actual
"
@@ -310,7 +310,7 @@ test_expect_success 'left/right alignment formatting with stealing' "
short long long long
message .. A U Thor
add bar A U Thor
-$(commit_msg "" "8" ".\+$") A U Thor
+$(commit_msg "" "8" "..*$") A U Thor
EOF
test_cmp expected actual
"