summaryrefslogtreecommitdiff
path: root/test/ipptool.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-09-02 13:37:30 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-09-02 13:37:30 +0000
commitb32e62566288b29be17f11b27a1494a30b8cf93c (patch)
treef5d815a41967859133bce8904e89e8300d0239d7 /test/ipptool.c
parent12f73e6f2b6bd920b6f388fbe45de4bec708d6d9 (diff)
IPP Everywhere tests finally work for Windows. Fix an output bug in ipptool in quiet mode.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12143 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/ipptool.c')
-rw-r--r--test/ipptool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipptool.c b/test/ipptool.c
index db9eaf02b..ca9f1a720 100644
--- a/test/ipptool.c
+++ b/test/ipptool.c
@@ -3221,7 +3221,7 @@ do_tests(FILE *outfile, /* I - Output file */
}
}
}
- else if (!prev_pass)
+ else if (!prev_pass && Output != _CUPS_OUTPUT_QUIET)
fprintf(stderr, "%s\n", cupsLastErrorString());
if (prev_pass && Output >= _CUPS_OUTPUT_LIST && !Verbosity &&