aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/spawn_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/spawn_spec.lua')
-rw-r--r--tests/core/spawn_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/spawn_spec.lua b/tests/core/spawn_spec.lua
index 7c0a27f8..be23a4ff 100644
--- a/tests/core/spawn_spec.lua
+++ b/tests/core/spawn_spec.lua
@@ -56,6 +56,7 @@ describe("async spawn", function()
spawn._when(true, "-c"),
spawn._when(false, "shouldnotbeincluded"),
vim.NIL,
+ { vim.NIL, vim.NIL },
'echo "Hello $VAR"',
env = { "VAR=world" },
}