From 85da0324a1ebb13374224f4c92441f068ca01f9c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 16 Feb 2016 09:59:34 +0100 Subject: update test skip conditions and notice Turns out giflib 5.1.2 is the culprit and it isn't Deban-specific after all. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6c60ba..e52073a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build-applications: @${MAKE} -C share/applications test: all - @if ! uname -m | fgrep -q -e arm -e mips || ! test -e /etc/debian_version; then \ + @if ! uname -m | fgrep -q -e arm -e mips; then \ PACKAGE=${PACKAGE} prove test/feh.t test/mandoc.t; \ else \ PACKAGE=${PACKAGE} prove test/feh.t test/mandoc.t || cat test/imlib2-bug-notice; \ -- cgit v1.2.3