Update the test suite so it uses the latest Docker image, and use Bourne shell for most tests, so weird shell issues are easier to catch.

This commit is contained in:
w0rp
2017-04-02 22:57:29 +01:00
parent e7aa079982
commit 927ee79026
3 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplu
" The following is just an example
filetype plugin indent on
syntax on
set shell=/bin/sh
set nocompatible
set tabstop=4
set softtabstop=4