diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-02-19 07:09:46 -0500 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-02-19 07:10:47 -0500 |
commit | 7fa69fb288d9fcf66c2fe504d760cc7a23da7256 (patch) | |
tree | 4ebb41685f238f20781c26917c4085ab85d67ea7 /test/functional/ex_cmds/cd_spec.lua | |
parent | 795da343bbf99c4b77d10cd5035c29df23f113ae (diff) | |
download | rneovim-7fa69fb288d9fcf66c2fe504d760cc7a23da7256.tar.gz rneovim-7fa69fb288d9fcf66c2fe504d760cc7a23da7256.tar.bz2 rneovim-7fa69fb288d9fcf66c2fe504d760cc7a23da7256.zip |
Resolve issues mentioned in PR review
Diffstat (limited to 'test/functional/ex_cmds/cd_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/cd_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/cd_spec.lua b/test/functional/ex_cmds/cd_spec.lua index d45f46ed3d..bc2b365b30 100644 --- a/test/functional/ex_cmds/cd_spec.lua +++ b/test/functional/ex_cmds/cd_spec.lua @@ -280,7 +280,6 @@ describe("getcwd()", function () it("returns empty string if working directory does not exist", function() if helpers.iswin() then - pending('[Cannot delete working directory in Windows]') return end command("cd "..directories.global) |