From 44b187dd012a3f5f01d58adbcbad4004e948e35a Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Fri, 12 Sep 2014 12:54:50 -0400 Subject: [PATCH] Old-style test for system(list). --- src/nvim/testdir/Makefile | 3 ++- src/nvim/testdir/test_system.in | Bin 0 -> 137 bytes src/nvim/testdir/test_system.ok | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/nvim/testdir/test_system.in create mode 100644 src/nvim/testdir/test_system.ok diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 9f04f880b5..26bf35aa94 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -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 diff --git a/src/nvim/testdir/test_system.in b/src/nvim/testdir/test_system.in new file mode 100644 index 0000000000000000000000000000000000000000..420465ce26da69eb49dc974fd564038c900c5e61 GIT binary patch literal 137 zcmd-I4si?$32_Y$;o`DNRfs4_EiU28OiW@(PLbxaDhG*yg!J-DOSr653Q9{9iYtpt zQgb!blM_oI%GEVdWO6c#OVDJ?3l+Jnk`r@s6jD-iQcF@b)WP-uHFCN7xj-xj0A@8R ALI3~& literal 0 HcmV?d00001 diff --git a/src/nvim/testdir/test_system.ok b/src/nvim/testdir/test_system.ok new file mode 100644 index 0000000000..aa60536c3b --- /dev/null +++ b/src/nvim/testdir/test_system.ok @@ -0,0 +1,3 @@ + +abcd +['abcd']