summaryrefslogtreecommitdiff
path: root/test/5.9-lpinfo.sh
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-03 05:38:29 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-03 05:38:29 +0000
commit4509bb49335b3edfdb1b03d83d6cd05890968b59 (patch)
treeddaed95be285a8c010203ca908b7ebeb66056cc2 /test/5.9-lpinfo.sh
parent75bd9771f6e44fdd887ee90faac46f403aefc0fc (diff)
downloadcups-4509bb49335b3edfdb1b03d83d6cd05890968b59.tar.gz
Merge changes from CUPS 1.4svn-r7715.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@834 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/5.9-lpinfo.sh')
-rw-r--r--test/5.9-lpinfo.sh18
1 files changed, 15 insertions, 3 deletions
diff --git a/test/5.9-lpinfo.sh b/test/5.9-lpinfo.sh
index 0ba2e7430..1902aeb99 100644
--- a/test/5.9-lpinfo.sh
+++ b/test/5.9-lpinfo.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# "$Id: 5.9-lpinfo.sh 6649 2007-07-11 21:46:42Z mike $"
+# "$Id: 5.9-lpinfo.sh 7711 2008-07-02 04:39:27Z mike $"
#
# Test the lpinfo command.
#
-# Copyright 2007 by Apple Inc.
+# Copyright 2007-2008 by Apple Inc.
# Copyright 1997-2005 by Easy Software Products, all rights reserved.
#
# These coded instructions, statements, and computer programs are the
@@ -38,6 +38,18 @@ else
fi
echo ""
+echo "LPINFO Drivers Test"
+echo ""
+echo " lpinfo -m | grep -q sample.drv"
+../systemv/lpinfo -m | grep -q sample.drv 2>&1
+if test $? != 0; then
+ echo " FAILED"
+ exit 1
+else
+ echo " PASSED"
+fi
+echo ""
+
#
-# End of "$Id: 5.9-lpinfo.sh 6649 2007-07-11 21:46:42Z mike $".
+# End of "$Id: 5.9-lpinfo.sh 7711 2008-07-02 04:39:27Z mike $".
#