]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/5.8-cancel.sh
Merge changes from CUPS 1.4svn-r7394.
[thirdparty/cups.git] / test / 5.8-cancel.sh
index 9212d4387a4ff32d997a067982b1781df17a1f5c..90a688d522b0a66077e693a96c7ee54db75086e1 100644 (file)
@@ -4,7 +4,7 @@
 #
 #   Test the cancel command.
 #
-#   Copyright 2007 by Apple Inc.
+#   Copyright 2007-2008 by Apple Inc.
 #   Copyright 1997-2006 by Easy Software Products, all rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -16,6 +16,8 @@
 
 echo "Cancel Destination Test"
 echo ""
+echo "    lp -d Test1 -o job-hold-until=indefinite testfile.jpg"
+../systemv/lp -d Test1 -o job-hold-until=indefinite testfile.jpg 2>&1
 echo "    cancel Test1"
 ../systemv/cancel Test1 2>&1
 if test $? != 0; then