From: Junio C Hamano Date: Wed, 4 Feb 2009 05:07:07 +0000 (-0800) Subject: t3412: further simplify setting of GIT_EDITOR X-Git-Tag: v1.6.2-rc0~34 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/61d86605dd78f0ac9150e1fc9b99d87d2410e37b t3412: further simplify setting of GIT_EDITOR 2182896 (t3412: clean up GIT_EDITOR usage, 2009-01-30) tried to clean up the script's use of GIT_EDITOR, but it can further be simplified, because that is how test-lib.sh sets things up already. Signed-off-by: Junio C Hamano --- diff --git a/t/t3412-rebase-root.sh b/t/t3412-rebase-root.sh index 57a3cad2d9..5869061c5b 100755 --- a/t/t3412-rebase-root.sh +++ b/t/t3412-rebase-root.sh @@ -6,10 +6,6 @@ Tests if git rebase --root --onto can rebase the root commit. ' . ./test-lib.sh -# we always run the interactive rebases unchanged, so just disable the editor -GIT_EDITOR=: -export GIT_EDITOR - log_with_names () { git rev-list --topo-order --parents --pretty="tformat:%s" HEAD | git name-rev --stdin --name-only --refs=refs/heads/$1