diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-01 23:21:38 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-04-02 01:28:11 +0200 |
commit | c7039fd0d3f6f5d7c8699fd88095e100f0754e59 (patch) | |
tree | 7ac75bbe0a92a3d17fe2880d7bb2b52f58127830 /test/functional/eval/exepath_spec.lua | |
parent | 70a0a12b5397b8b787a3196e9196f5fdbf979cf6 (diff) | |
download | rneovim-c7039fd0d3f6f5d7c8699fd88095e100f0754e59.tar.gz rneovim-c7039fd0d3f6f5d7c8699fd88095e100f0754e59.tar.bz2 rneovim-c7039fd0d3f6f5d7c8699fd88095e100f0754e59.zip |
test: "$PATHEXT=::"
Diffstat (limited to 'test/functional/eval/exepath_spec.lua')
-rw-r--r-- | test/functional/eval/exepath_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/eval/exepath_spec.lua b/test/functional/eval/exepath_spec.lua index 50aa412867..10a11aeacc 100644 --- a/test/functional/eval/exepath_spec.lua +++ b/test/functional/eval/exepath_spec.lua @@ -5,7 +5,7 @@ local eq, clear, call, iswin = describe('exepath() (Windows)', function() if not iswin() then return end -- N/A for Unix. - it('append extension, even if omit extension', function() + it('append extension if omitted', function() local filename = 'cmd' local pathext = '.exe' clear({env={PATHEXT=pathext}}) |