vim: add runtime test

Run test script to see if compiled binary prints sane output.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2020-09-18 13:17:23 -10:00
parent ab30ab04c0
commit edb8bda1f7
1 changed files with 3 additions and 0 deletions

3
utils/vim/test.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
vim --version | grep "$2"