Force use of bash for Vader tests.

If not using a bash compatible shell (like fish), then this will be
set as the default Vim shell. Leading to half the tests failing with
E484: CAN’T OPEN FILE
This commit is contained in:
Jack Bracewell 2014-08-01 15:16:21 +01:00
parent f4261711ae
commit d930594686

View File

@ -33,6 +33,7 @@ make_dirs xxx/after
cat > /tmp/mini-vimrc << VIMRC cat > /tmp/mini-vimrc << VIMRC
set rtp+=vader.vim set rtp+=vader.vim
set shell=/bin/bash
source $PLUG_SRC source $PLUG_SRC
VIMRC VIMRC