summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-09-24 10:27:27 +0200
committerDidier Raboud <odyx@debian.org>2016-09-24 10:27:27 +0200
commit0082eabb8c7f81ad933e2f1b66edc53a6aa43b64 (patch)
treea3908bda1d17c35f09831ccaa18ecd4812fc9a64
parent52adfd25e9d4edcdf0660b26d086a6d7d5bc1852 (diff)
Don't fail the ppd test if the cups filters is not already installed in the correct path
Origin: vendor Last-Update: 2014-01-06 Gbp-Pq: Name dont_fail_on_uninstalled_filter_ppdtest.patch
-rw-r--r--ppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppd/Makefile.am b/ppd/Makefile.am
index e7a69d9..f040ec0 100644
--- a/ppd/Makefile.am
+++ b/ppd/Makefile.am
@@ -51,4 +51,4 @@ check_PROGRAMS = testppd
testppd_SOURCES=
testppd:
- cupstestppd $(dist_cupsmodel_DATA)
+ cupstestppd -W filters $(dist_cupsmodel_DATA)