aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/system_spec.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-10-13 23:43:06 +0200
committerGitHub <noreply@github.com>2019-10-13 23:43:06 +0200
commitba082885d23fe4e1de94474fb616428bd6e00d6e (patch)
tree4574533679c6ac166b7424a8f0c4fb4c735aba01 /test/functional/eval/system_spec.lua
parent5cf6beb22178a844bc1b6e75e744eb04508b865c (diff)
parentcc0d7252304f10ed6cdc0bc58789100093f7d021 (diff)
downloadrneovim-ba082885d23fe4e1de94474fb616428bd6e00d6e.tar.gz
rneovim-ba082885d23fe4e1de94474fb616428bd6e00d6e.tar.bz2
rneovim-ba082885d23fe4e1de94474fb616428bd6e00d6e.zip
Merge pull request #11206 from bfredl/testattr
tests/refactor: make screen.ui use "linegrid" representation internally
Diffstat (limited to 'test/functional/eval/system_spec.lua')
-rw-r--r--test/functional/eval/system_spec.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/eval/system_spec.lua b/test/functional/eval/system_spec.lua
index 85d57006b5..1e4d760dbc 100644
--- a/test/functional/eval/system_spec.lua
+++ b/test/functional/eval/system_spec.lua
@@ -121,10 +121,6 @@ describe('system()', function()
screen:attach()
end)
- after_each(function()
- screen:detach()
- end)
-
if iswin() then
local function test_more()
eq('root = true', eval([[get(split(system('"more" ".editorconfig"'), "\n"), 0, '')]]))