Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-export: Fix dropping of files with --import-marks and path limiting
[gitweb.git]
/
t
/
t7005-editor.sh
diff --git
a/t/t7005-editor.sh
b/t/t7005-editor.sh
index 5257f4d261c2060b881d2649034232f76f4ed9b7..6355698c6b5d133988270b5c5ded3b0209b1bf03 100755
(executable)
--- a/
t/t7005-editor.sh
+++ b/
t/t7005-editor.sh
@@
-13,7
+13,7
@@
test_expect_success 'determine default editor' '
'
-if ! expr "$vi" : '
^
[a-z]*$' >/dev/null
+if ! expr "$vi" : '[a-z]*$' >/dev/null
then
vi=
fi