From 927ee79026cffd50d888aa1edbe277d98d262a43 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 2 Apr 2017 22:57:29 +0100 Subject: 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. --- test/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/vimrc') diff --git a/test/vimrc b/test/vimrc index ef678848..197be979 100644 --- a/test/vimrc +++ b/test/vimrc @@ -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 -- cgit v1.2.3