blob: 6b7fe013e5dc1385be3a44a8c424bac90c6ca275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
https://bugs.gentoo.org/867760
Drop check which looks at version as with newer libimagequant,
it becomes 4.0.0.
--- a/test/test.sh
+++ b/test/test.sh
@@ -9,7 +9,6 @@ BIN=$2
TESTBIN=$3
PATH=.:$PATH # Required, since BIN may be just 'pngquant'
-$BIN --version 2>&1 | fgrep 2.
$BIN --help | fgrep -q "usage:"
$BIN 2>/dev/null && { echo "should fail without args"; exit 1; } || true
|