]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/5.3-lpq.sh
Merge changes from CUPS 1.4svn-r8148.
[thirdparty/cups.git] / test / 5.3-lpq.sh
index cef36288f1f073137dfb2788875935dc8def9a91..cff0a5597f4058fcbc4852b045c284fba30d50ce 100644 (file)
@@ -16,8 +16,8 @@
 
 echo "LPQ Test"
 echo ""
-echo "    lpq"
-../berkeley/lpq 2>&1
+echo "    lpq -P Test1"
+../berkeley/lpq -P Test1 2>&1
 if test $? != 0; then
        echo "    FAILED"
        exit 1