summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--tests/lib1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f076965..f678131 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 e2496b4..24ccf7e 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 <<END >$tmp/dput.cf