]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/5.8-cancel.sh
Merge changes from CUPS 1.7svn-r10861.
[thirdparty/cups.git] / test / 5.8-cancel.sh
index 88b7dd4e2271511a9a93ea8a09fd7ddf9f989a3a..9ecb3f3a066f8f56f6940cb1e75ef0b6a587be54 100644 (file)
@@ -4,7 +4,7 @@
 #
 #   Test the cancel command.
 #
-#   Copyright 2007-2011 by Apple Inc.
+#   Copyright 2007-2013 by Apple Inc.
 #   Copyright 1997-2006 by Easy Software Products, all rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -40,6 +40,18 @@ else
 fi
 echo ""
 
+echo "Purge All Test"
+echo ""
+echo "    cancel -a -x"
+$VALGRIND ../systemv/cancel -a -x 2>&1
+if test $? != 0; then
+       echo "    FAILED"
+       exit 1
+else
+       echo "    PASSED"
+fi
+echo ""
+
 #
 # End of "$Id: 5.8-cancel.sh 7409 2008-03-29 00:26:03Z mike $".
 #