Browse Source

Merge pull request #44 from FriedSock/test_refactoring

Force use of bash for Vader tests.
Junegunn Choi 11 years ago
parent
commit
a216e38a59
1 changed files with 1 additions and 0 deletions
  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