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() {
msg "Running testsuites..."
"$builddir"/$pkgname --version > /dev/null
cd "$builddir"
./ripmime --version > /dev/null
}
package() {