summaryrefslogtreecommitdiff
path: root/test/5.6-lpr.sh
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-05-23 22:51:18 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-05-23 22:51:18 +0000
commita29fd7ddb5d63688a4d44d08e4ab16428921c321 (patch)
treed8e716c51da91f08d468e90262417f9a6d6fd5b0 /test/5.6-lpr.sh
parentf3c17241a42a0845eae2099e6970b5aca9bbd836 (diff)
downloadcups-a29fd7ddb5d63688a4d44d08e4ab16428921c321.tar.gz
Merge changes from CUPS 1.6svn-r10510.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3833 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/5.6-lpr.sh')
-rw-r--r--test/5.6-lpr.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/5.6-lpr.sh b/test/5.6-lpr.sh
index 17646aa88..9a26e75cb 100644
--- a/test/5.6-lpr.sh
+++ b/test/5.6-lpr.sh
@@ -4,7 +4,7 @@
#
# Test the lpr command.
#
-# Copyright 2007-2011 by Apple Inc.
+# Copyright 2007-2012 by Apple Inc.
# Copyright 1997-2005 by Easy Software Products, all rights reserved.
#
# These coded instructions, statements, and computer programs are the
@@ -28,8 +28,8 @@ echo ""
echo "LPR Destination Test"
echo ""
-echo " lpr -P Test2 testfile.jpg"
-$VALGRIND ../berkeley/lpr -P Test2 testfile.jpg 2>&1
+echo " lpr -P Test3 -o fit-to-page testfile.jpg"
+$VALGRIND ../berkeley/lpr -P Test3 -o fit-to-page testfile.jpg 2>&1
if test $? != 0; then
echo " FAILED"
exit 1