summaryrefslogtreecommitdiff
path: root/test/vimrc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-02 22:57:29 +0100
committerw0rp <devw0rp@gmail.com>2017-04-02 22:57:29 +0100
commit927ee79026cffd50d888aa1edbe277d98d262a43 (patch)
tree5c4b0f19ce56038ae9aea53750efc93915d672e8 /test/vimrc
parente7aa079982db45a3029ef0a0c435783164f2d43a (diff)
downloadale-927ee79026cffd50d888aa1edbe277d98d262a43.zip
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.
Diffstat (limited to 'test/vimrc')
-rw-r--r--test/vimrc1
1 files changed, 1 insertions, 0 deletions
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