sequencer: fix "rebase -i --root" corrupting author header timestamp
[gitweb.git] / t / t3404-rebase-interactive.sh
index 092139096eef048b4abd55f91f0b60146150a3db..b72167ecd5068648d11de4b0279a27cd5a3eb84a 100755 (executable)
@@ -1384,7 +1384,7 @@ test_expect_success 'valid author header after --root swap' '
        set_fake_editor &&
        FAKE_LINES="2 1" git rebase -i --root &&
        git cat-file commit HEAD^ >out &&
-       grep "^author ..*> @[0-9][0-9]* [-+][0-9][0-9][0-9][0-9]$" out
+       grep "^author ..*> [0-9][0-9]* [-+][0-9][0-9][0-9][0-9]$" out
 '
 
 test_done