aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/edit_spec.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-09-15 10:33:26 +0200
committerGitHub <noreply@github.com>2023-09-15 16:33:26 +0800
commit2d9e7a33f41c842521c74d45927cfcb1874c711b (patch)
treef9baf374f6299a467acf21b5a81853107b07ee9c /test/functional/terminal/edit_spec.lua
parenta6e4793bafa0edda2ef5e948cd071dc9626688d8 (diff)
downloadrneovim-2d9e7a33f41c842521c74d45927cfcb1874c711b.tar.gz
rneovim-2d9e7a33f41c842521c74d45927cfcb1874c711b.tar.bz2
rneovim-2d9e7a33f41c842521c74d45927cfcb1874c711b.zip
test(windows): unskip working tests (#25153)
Also simplify home detection with os_homedir()
Diffstat (limited to 'test/functional/terminal/edit_spec.lua')
-rw-r--r--test/functional/terminal/edit_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/terminal/edit_spec.lua b/test/functional/terminal/edit_spec.lua
index db5dba7374..29361bc0fa 100644
--- a/test/functional/terminal/edit_spec.lua
+++ b/test/functional/terminal/edit_spec.lua
@@ -36,7 +36,6 @@ describe(':edit term://*', function()
end)
it("runs TermOpen early enough to set buffer-local 'scrollback'", function()
- if helpers.skip(helpers.is_os('win')) then return end
local columns, lines = 20, 4
local scr = get_screen(columns, lines)
local rep = 97