From 40239ebd30018360ab82a1651dd11e2e700410b4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Aug 2018 15:56:15 +0100 Subject: [PATCH] test suite: unset GIT_EDITOR, so it works if user has that set. Signed-off-by: Ian Jackson --- debian/changelog | 1 + tests/lib | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index f076965e..f678131d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ dgit (6.7~) unstable; urgency=medium * test suite: Set DEBFULLNAME * git-debrebase: scrap works properly when it does only rebase --abort. * dgit(1): Encourage --overwrite rather than --overwrite=version. + * test suite: unset GIT_EDITOR, so it works if user has that set. -- diff --git a/tests/lib b/tests/lib index e2496b43..24ccf7e2 100644 --- a/tests/lib +++ b/tests/lib @@ -66,6 +66,7 @@ ln -f $troot/ssh ssh export DEBCHANGE_VENDOR=dpkg unset VISUAL +unset GIT_EDITOR mkdir -p $tmp/incoming cat <$tmp/dput.cf -- 2.30.2