summaryrefslogtreecommitdiffstats
path: root/t/t3404-rebase-interactive.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-30 06:19:30 +0200
committerJunio C Hamano <gitster@pobox.com>2019-09-30 06:19:30 +0200
commitd693345518e9d5145902ec001a364ccdec8e148b (patch)
treeb978cd237fbabe3459ce986ecb2378dafe1259c1 /t/t3404-rebase-interactive.sh
parentMerge branch 'jk/misc-uninitialized-fixes' (diff)
parentt: use common $SQ variable (diff)
downloadgit-d693345518e9d5145902ec001a364ccdec8e148b.tar.xz
git-d693345518e9d5145902ec001a364ccdec8e148b.zip
Merge branch 'dl/use-sq-from-test-lib'
Code cleanup. * dl/use-sq-from-test-lib: t: use common $SQ variable
Diffstat (limited to 't/t3404-rebase-interactive.sh')
-rwxr-xr-xt/t3404-rebase-interactive.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh
index 3ea67d75b5..04affcc38a 100755
--- a/t/t3404-rebase-interactive.sh
+++ b/t/t3404-rebase-interactive.sh
@@ -1417,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 &&