]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-rebase.sh
Merge branch 'cm/rebase-i-updates'
[thirdparty/git.git] / t / lib-rebase.sh
index 57cee517b2c4cdc89a74d8baf75cbee5246f25c1..dc75b834518c8f2d2e1cc9e54fdc8d6af2729125 100644 (file)
@@ -31,7 +31,6 @@ set_fake_editor () {
        */COMMIT_EDITMSG)
                test -z "$EXPECT_HEADER_COUNT" ||
                        test "$EXPECT_HEADER_COUNT" = "$(sed -n '1s/^# This is a combination of \(.*\) commits\./\1/p' < "$1")" ||
-                       test "# # GETTEXT POISON #" = "$(sed -n '1p' < "$1")" ||
                        exit
                test -z "$FAKE_COMMIT_MESSAGE" || echo "$FAKE_COMMIT_MESSAGE" > "$1"
                test -z "$FAKE_COMMIT_AMEND" || echo "$FAKE_COMMIT_AMEND" >> "$1"