Ver Fonte

Merge pull request #44 from FriedSock/test_refactoring

Force use of bash for Vader tests.
Junegunn Choi há 11 anos atrás
pai
commit
a216e38a59
1 ficheiros alterados com 1 adições e 0 exclusões
  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