summaryrefslogtreecommitdiff
path: root/cups/testcups.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-01-17 00:06:33 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-01-17 00:06:33 +0000
commit91c84a3551145559de2956179661e111e373db95 (patch)
treeea061b2b6ab3b9e4530347e35f5cde3511f8a305 /cups/testcups.c
parent080811b190031b9182e96dc76fc610fadfeaec21 (diff)
downloadcups-91c84a3551145559de2956179661e111e373db95.tar.gz
Import CUPS 1.4svn-r7226.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@582 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/testcups.c')
-rw-r--r--cups/testcups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/testcups.c b/cups/testcups.c
index 68785d035..1ac4456bd 100644
--- a/cups/testcups.c
+++ b/cups/testcups.c
@@ -157,6 +157,7 @@ main(int argc, /* I - Number of command-line arguments */
{
status = 1;
puts("FAIL");
+ return (1);
}
else
puts("PASS");