This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
packages
Watch
2
Star
0
Fork
You've already forked packages
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
c087f7ab25
packages
/
utils
/
vim
/
test.sh
8 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
vim: add runtime test Run test script to see if compiled binary prints sane output. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-18 23:17:23 +00:00
#!/bin/sh
vim: run test.sh only for vim{-full,-fuller} Previously the test.sh script would also run for the `vim-help` package which isn't a binary package but just a tar archive. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-10-10 01:28:51 +00:00
case
"
$1
"
in
vim
|
vim-full
|
vim-fuller
)
vim --version
|
grep
"
$2
"
;
;
esac
Reference in a new issue
Copy permalink