From 34cc2b1e33918f65b151aa0a4affd047f17c8da8 Mon Sep 17 00:00:00 2001 From: Rainer Borene Date: Fri, 24 Oct 2014 19:16:18 -0200 Subject: legacy tests: migrate test54 --- src/nvim/testdir/test54.in | 22 ---------------------- src/nvim/testdir/test54.ok | 1 - 2 files changed, 23 deletions(-) delete mode 100644 src/nvim/testdir/test54.in delete mode 100644 src/nvim/testdir/test54.ok (limited to 'src') diff --git a/src/nvim/testdir/test54.in b/src/nvim/testdir/test54.in deleted file mode 100644 index 9fc6537e08..0000000000 --- a/src/nvim/testdir/test54.in +++ /dev/null @@ -1,22 +0,0 @@ -Some tests for buffer-local autocommands - -STARTTEST -:so small.vim -:e xx -:if has("vms") -: !del test.out.* -: au BufLeave :!write sys$output "buffer-local autommand in %" > test.out -:else -: !rm -f test.out -: au BufLeave :!echo buffer-local autommand in %>> test.out -:endif -:e somefile " here, autocommand for xx shall write test.out -: " but autocommand shall not apply to buffer named -:bwipe xx " here, autocommand shall be auto-deleted -:e xx " nothing shall be written -:e somefile " nothing shall be written -:qa! -ENDTEST - -start of test file xx -end of test file xx diff --git a/src/nvim/testdir/test54.ok b/src/nvim/testdir/test54.ok deleted file mode 100644 index 0fd1dc915b..0000000000 --- a/src/nvim/testdir/test54.ok +++ /dev/null @@ -1 +0,0 @@ -buffer-local autommand in xx -- cgit