summaryrefslogtreecommitdiff
path: root/src/cups/test-ppds
diff options
context:
space:
mode:
Diffstat (limited to 'src/cups/test-ppds')
-rw-r--r--[-rwxr-xr-x]src/cups/test-ppds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cups/test-ppds b/src/cups/test-ppds
index fb0c0fd..7dd004b 100755..100644
--- a/src/cups/test-ppds
+++ b/src/cups/test-ppds
@@ -14,7 +14,7 @@ cupstestppdopts='-I profiles -W sizes'
ppd_count=`find ppd \( -name '*.ppd.gz' -o -name '*.ppd' \) -print | wc -l`
-failures="`find ppd -name '*.ppd*' -print | xargs cupstestppd $cupstestppdopts |grep 'FAIL$' | awk -F: '{print $1}'`"
+failures="`find ppd -name '*.ppd*' -print | sort | xargs cupstestppd $cupstestppdopts |grep 'FAIL$' | awk -F: '{print $1}'`"
if [ -z "$failures" ] ; then
echo "All $ppd_count PPD files pass"