Use an up to date vim in tests.

This commit is contained in:
Andy Stewart
2015-03-10 10:18:30 +01:00
parent 3420cbf6cb
commit 7f7451813c

View File

@@ -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