test(windows): unskip working tests (#25153)

Also simplify home detection with os_homedir()
This commit is contained in:
dundargoc
2023-09-15 10:33:26 +02:00
committed by GitHub
parent a6e4793baf
commit 2d9e7a33f4
2 changed files with 7 additions and 6 deletions

View File

@@ -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