提交 c256acb8 编写于 作者: B Bryan Larsen 提交者: Junio C Hamano

posix compatibility for t4200

Fix t4200 so that it also works on OS X by not relying on gnu
extensions to sed.
Signed-off-by: NBryan Larsen <bryan@larsen.st>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 e4e92b3f
......@@ -44,7 +44,7 @@ mkdir .git/rr-cache
test_expect_failure 'conflicting merge' 'git pull . first'
sha1=$(sed -e 's/\t.*//' .git/rr-cache/MERGE_RR)
sha1=$(sed -e 's/ .*//' .git/rr-cache/MERGE_RR)
rr=.git/rr-cache/$sha1
test_expect_success 'recorded preimage' "grep ======= $rr/preimage"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册