Przeglądaj źródła

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 11 lat temu
rodzic
commit
d930594686
1 zmienionych plików z 1 dodań i 0 usunięć
  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