aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/exepath_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-04-01 23:21:38 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-04-02 01:28:11 +0200
commitc7039fd0d3f6f5d7c8699fd88095e100f0754e59 (patch)
tree7ac75bbe0a92a3d17fe2880d7bb2b52f58127830 /test/functional/eval/exepath_spec.lua
parent70a0a12b5397b8b787a3196e9196f5fdbf979cf6 (diff)
downloadrneovim-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.lua2
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}})