From 5b7d9bbd089563154e0bfbc7af31c89929cf3969 Mon Sep 17 00:00:00 2001 From: Rainer Borene Date: Wed, 22 Oct 2014 20:34:54 -0200 Subject: legacy tests: migrate test_options --- src/nvim/testdir/test_options.in | 17 ----------------- src/nvim/testdir/test_options.ok | 2 -- 2 files changed, 19 deletions(-) delete mode 100644 src/nvim/testdir/test_options.in delete mode 100644 src/nvim/testdir/test_options.ok (limited to 'src') diff --git a/src/nvim/testdir/test_options.in b/src/nvim/testdir/test_options.in deleted file mode 100644 index bf1232a223..0000000000 --- a/src/nvim/testdir/test_options.in +++ /dev/null @@ -1,17 +0,0 @@ -Test for ":options". - -STARTTEST -:so small.vim -:let caught = 'ok' -:try - :options -:catch - :let caught = v:throwpoint . "\n" . v:exception -:endtry -:buf 1 -:$put =caught -:/^result/,$w! test.out -:qa! -ENDTEST - -result diff --git a/src/nvim/testdir/test_options.ok b/src/nvim/testdir/test_options.ok deleted file mode 100644 index a2e1494a1f..0000000000 --- a/src/nvim/testdir/test_options.ok +++ /dev/null @@ -1,2 +0,0 @@ -result -ok -- cgit