summaryrefslogtreecommitdiff
path: root/cups/testcups.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-12-11 01:40:30 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-12-11 01:40:30 +0000
commit426c6a595994436a6780205e27098a8eef94d786 (patch)
tree492c0f0555ca2d0ea2d8f305882324fe22e9f746 /cups/testcups.c
parent8b450588f48e8b6ecc27aa5c68d3805b92dddc83 (diff)
downloadcups-426c6a595994436a6780205e27098a8eef94d786.tar.gz
Merge changes from CUPS 1.4svn-r8177 (tentative CUPS 1.4b2)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1090 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/testcups.c')
-rw-r--r--cups/testcups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/testcups.c b/cups/testcups.c
index 087ed4310..834e08a90 100644
--- a/cups/testcups.c
+++ b/cups/testcups.c
@@ -197,10 +197,10 @@ main(int argc, /* I - Number of command-line arguments */
fputs("cupsPrintFile: ", stdout);
fflush(stdout);
- if (cupsPrintFile(dest->name, "../data/testprint.ps", "Test Page",
+ if (cupsPrintFile(dest->name, "../data/testprint", "Test Page",
dest->num_options, dest->options) <= 0)
{
- puts("FAIL");
+ printf("FAIL (%s)\n", cupsLastErrorString());
return (1);
}
else