diff options
Diffstat (limited to 'test/ipptool.c')
-rw-r--r-- | test/ipptool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipptool.c b/test/ipptool.c index 658927a..9c57ca2 100644 --- a/test/ipptool.c +++ b/test/ipptool.c @@ -3044,7 +3044,7 @@ do_tests(cups_file_t *outfile, /* I - Output file */ if (attrptr->name) { - if (cupsArrayFind(a, attrptr->name)) + if (cupsArrayFind(a, attrptr->name) && Output < _CUPS_OUTPUT_LIST) add_stringf(errors, "Duplicate \"%s\" attribute in %s group", attrptr->name, ippTagString(group)); |