community/ripmime: don't lie, there's no test suite

This commit is contained in:
Jakub Jirutka 2018-05-24 00:38:49 +02:00
parent 9b9f42d712
commit 0670ef6fb0

View File

@ -22,8 +22,8 @@ build() {
} }
check() { check() {
msg "Running testsuites..." cd "$builddir"
"$builddir"/$pkgname --version > /dev/null ./ripmime --version > /dev/null
} }
package() { package() {