Merge branch 'dl/complete-cherry-pick-revert-skip'
[gitweb.git] / t / t3404-rebase-interactive.sh
index 87ee69f78ee7554024d325a8d99d0f16f241abf3..04affcc38afc0341a5c77db351d48162cf737b21 100755 (executable)
@@ -152,8 +152,6 @@ test_expect_success 'rebase -x with empty command fails' '
        test_i18ncmp expected actual
 '
 
-LF='
-'
 test_expect_success 'rebase -x with newline in command fails' '
        test_when_finished "git rebase --abort ||:" &&
        test_must_fail env git rebase -x "a${LF}b" @ 2>actual &&
@@ -1419,7 +1417,6 @@ test_expect_success 'editor saves as CR/LF' '
        )
 '
 
-SQ="'"
 test_expect_success 'rebase -i --gpg-sign=<key-id>' '
        test_when_finished "test_might_fail git rebase --abort" &&
        set_fake_editor &&