Skip to content

Commit

Permalink
Use an up to date vim in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Mar 10, 2015
1 parent 3420cbf commit 7f74518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/env bash

VIM="/Applications/MacVim.app/Contents/MacOS/Vim -v"

# Execute the tests.
for testcase in test*.vim; do
vim -N -u NONE -S $testcase -c 'quit!'
$VIM -N -u NONE -S $testcase -c 'quit!'

git reset HEAD fixture.txt > /dev/null
git checkout fixture.txt
Expand Down

0 comments on commit 7f74518

Please sign in to comment.