diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-21 22:58:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-21 22:58:39 +0200 |
| commit | 27fb8933f577010a997a3c8a55d55c2186a267cb (patch) | |
| tree | 365f8c6e17b593e5350bdd927ecf237363724de4 /test/functional/fixtures/cmdscript.cmd | |
| parent | 9d0f8224c97b36116f3c0523bcf6941382892a5b (diff) | |
| parent | 1fde79eedf0091af1b04ce3d91045672cb3c233e (diff) | |
| download | rneovim-27fb8933f577010a997a3c8a55d55c2186a267cb.tar.gz rneovim-27fb8933f577010a997a3c8a55d55c2186a267cb.tar.bz2 rneovim-27fb8933f577010a997a3c8a55d55c2186a267cb.zip | |
Merge #10561 from justinmk/os_can_exe
jobstart(), system(): use $PATHEXT-resolved exe
Diffstat (limited to 'test/functional/fixtures/cmdscript.cmd')
| -rw-r--r-- | test/functional/fixtures/cmdscript.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/fixtures/cmdscript.cmd b/test/functional/fixtures/cmdscript.cmd new file mode 100644 index 0000000000..b680d24900 --- /dev/null +++ b/test/functional/fixtures/cmdscript.cmd @@ -0,0 +1,2 @@ +@echo off +echo much success |