Code

Merge branch 'master' of git://repo.or.cz/git-gui
[git.git] / t / t4200-rerere.sh
index 6ba63d7173ba5d333d80c017c4ef5a8c77b90a11..a46d7f74bedb105297a9015af9f9098c84365100 100755 (executable)
@@ -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"
 
@@ -148,5 +148,3 @@ test_expect_success 'old records rest in peace' \
        "test ! -f $rr/preimage && test ! -f $rr2/preimage"
 
 test_done
-
-