Skip to content

Commit dd30c5a

Browse files
committed
fix: capture spec
1 parent c8acedc commit dd30c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/vimscript/execute_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('execute()', function()
266266
-- with how nvim currently displays the output.
267267
it('captures shell-command output', function()
268268
local win_lf = iswin() and '\13' or ''
269-
eq('\n:!echo foo\r\n\nfoo'..win_lf..'\n', funcs.execute('!echo foo'))
269+
eq('\r\n\nfoo'..win_lf..'\n', funcs.execute('!echo foo'))
270270
end)
271271

272272
describe('{silent} argument', function()

0 commit comments

Comments
 (0)