mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Old-style test for system(list).
This commit is contained in:
parent
b0bda2ee87
commit
44b187dd01
@ -35,7 +35,8 @@ SCRIPTS := test_autoformat_join.out \
|
||||
test_listlbr.out test_listlbr_utf8.out \
|
||||
test_changelist.out \
|
||||
test_breakindent.out \
|
||||
test_insertcount.out
|
||||
test_insertcount.out \
|
||||
test_systen.in
|
||||
|
||||
SCRIPTS_GUI := test16.out
|
||||
|
||||
|
BIN
src/nvim/testdir/test_system.in
Normal file
BIN
src/nvim/testdir/test_system.in
Normal file
Binary file not shown.
3
src/nvim/testdir/test_system.ok
Normal file
3
src/nvim/testdir/test_system.ok
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
abcd
|
||||
['abcd']
|
Loading…
Reference in New Issue
Block a user