summaryrefslogtreecommitdiff
path: root/test/5.1-lpadmin.sh
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-01-23 22:36:42 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-01-23 22:36:42 +0000
commitd1c13e168660dfc384ead2efe29eb20a7abc5950 (patch)
treeaf85fff369a6092b78c7e3c694784cd7207f1c1c /test/5.1-lpadmin.sh
parentd2354e63977f1d0386a8d5724db2ec90fb666824 (diff)
Merge changes from CUPS 1.4svn-r8290.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1144 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/5.1-lpadmin.sh')
-rw-r--r--test/5.1-lpadmin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/5.1-lpadmin.sh b/test/5.1-lpadmin.sh
index 30bda2d46..a21980ea6 100644
--- a/test/5.1-lpadmin.sh
+++ b/test/5.1-lpadmin.sh
@@ -4,7 +4,7 @@
#
# Test the lpadmin command.
#
-# Copyright 2007 by Apple Inc.
+# Copyright 2007-2009 by Apple Inc.
# Copyright 1997-2005 by Easy Software Products, all rights reserved.
#
# These coded instructions, statements, and computer programs are the
@@ -16,8 +16,8 @@
echo "Add Printer Test"
echo ""
-echo " lpadmin -p Test3 -v file:/dev/null -E -m drv:///sample.drv/DESKJET.PPD"
-../systemv/lpadmin -p Test3 -v file:/dev/null -E -m drv:///sample.drv/DESKJET.PPD 2>&1
+echo " lpadmin -p Test3 -v file:/dev/null -E -m drv:///sample.drv/deskjet.ppd"
+../systemv/lpadmin -p Test3 -v file:/dev/null -E -m drv:///sample.drv/deskjet.ppd 2>&1
if test $? != 0; then
echo " FAILED"
exit 1