aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shell/viml_system_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-08-09 22:34:07 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-08-09 22:34:07 -0400
commit389c3b8581e0b69a987fecb2b9f9ebaa15746c2d (patch)
treea676c9406c6edf9f46c1216fcaed0e781bf8734b /test/functional/shell/viml_system_spec.lua
parent21c0d87a242a50e09445ece0fdef8780394f6457 (diff)
parent5c1dc0fbe7388528875aff9d7b5055ad718014de (diff)
downloadrneovim-389c3b8581e0b69a987fecb2b9f9ebaa15746c2d.tar.gz
rneovim-389c3b8581e0b69a987fecb2b9f9ebaa15746c2d.tar.bz2
rneovim-389c3b8581e0b69a987fecb2b9f9ebaa15746c2d.zip
Merge #3149 'Fix pending() invocations'.
Diffstat (limited to 'test/functional/shell/viml_system_spec.lua')
-rw-r--r--test/functional/shell/viml_system_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua
index 6e10715612..4985c24aec 100644
--- a/test/functional/shell/viml_system_spec.lua
+++ b/test/functional/shell/viml_system_spec.lua
@@ -186,7 +186,7 @@ describe('system()', function()
describe("with a program that doesn't close stdout", function()
if not xclip then
- pending('skipped (missing xclip)')
+ pending('skipped (missing xclip)', function() end)
else
it('will exit properly after passing input', function()
eq('', eval([[system('xclip -i -selection clipboard', 'clip-data')]]))
@@ -365,7 +365,7 @@ describe('systemlist()', function()
describe("with a program that doesn't close stdout", function()
if not xclip then
- pending('skipped (missing xclip)')
+ pending('skipped (missing xclip)', function() end)
else
it('will exit properly after passing input', function()
eq({}, eval(