From d93059468632e346f463924aab080e6b5f9c664c Mon Sep 17 00:00:00 2001 From: Jack Bracewell Date: Fri, 1 Aug 2014 15:16:21 +0100 Subject: [PATCH] Force use of bash for Vader tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- test/run | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run b/test/run index f8d933c..82af603 100755 --- a/test/run +++ b/test/run @@ -33,6 +33,7 @@ make_dirs xxx/after cat > /tmp/mini-vimrc << VIMRC set rtp+=vader.vim +set shell=/bin/bash source $PLUG_SRC VIMRC