Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Test suite: reset TERM to its previous value after testing.
[gitweb.git]
/
t
/
t7005-editor.sh
diff --git
a/t/t7005-editor.sh
b/t/t7005-editor.sh
index 28643b0da41cab7af9464adbaae59a88820b1ebe..01cc0c02b1c20afef664110389b88af702c52ef7 100755
(executable)
--- a/
t/t7005-editor.sh
+++ b/
t/t7005-editor.sh
@@
-4,6
+4,8
@@
test_description='GIT_EDITOR, core.editor, and stuff'
. ./test-lib.sh
+OLD_TERM="$TERM"
+
for i in GIT_EDITOR core_editor EDITOR VISUAL vi
do
cat >e-$i.sh <<-EOF
@@
-88,4
+90,6
@@
do
'
done
+TERM="$OLD_TERM"
+
test_done