Skip to content
Snippets Groups Projects
Commit 6262f5c4 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'ma/t7005-bash-workaround' into maint

Test fix.

* ma/t7005-bash-workaround:
  t7005-editor: quote filename to fix whitespace-issue
parents 6b57374d b1492bf3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -112,7 +112,7 @@ do
done
 
test_expect_success 'editor with a space' '
echo "echo space >\$1" >"e space.sh" &&
echo "echo space >\"\$1\"" >"e space.sh" &&
chmod a+x "e space.sh" &&
GIT_EDITOR="./e\ space.sh" git commit --amend &&
test space = "$(git show -s --pretty=format:%s)"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment