Explorar o código

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
Jack Bracewell %!s(int64=11) %!d(string=hai) anos
pai
achega
d930594686
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/run

+ 1 - 0
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