]> git.ipfire.org Git - thirdparty/git.git/commit
quote-stress-test: offer to test quoting arguments for MSYS2 sh
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 19 Sep 2019 22:12:37 +0000 (00:12 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Dec 2019 14:37:06 +0000 (15:37 +0100)
commit379e51d1ae668a1f26d50eb59b3f8befc1eb8883
treeecabfba07ded9ef567af1545e686b71f30cfbee0
parent7530a6287e20a74b9fe6d4ca3a66df0f0f5cc52c
quote-stress-test: offer to test quoting arguments for MSYS2 sh

It is unfortunate that we need to quote arguments differently on
Windows, depending whether we build a command-line for MSYS2's `sh` or
for other Windows executables.

We already have a test helper to verify the latter, with this patch we
can also verify the former.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
t/helper/test-run-command.c