]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/5.3-lpq.sh
Import CUPS v1.7.1
[thirdparty/cups.git] / test / 5.3-lpq.sh
index cff0a5597f4058fcbc4852b045c284fba30d50ce..842c97e0436618bc7948dcc10b4ffcae108288ef 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# "$Id: 5.3-lpq.sh 6649 2007-07-11 21:46:42Z mike $"
+# "$Id: 5.3-lpq.sh 11396 2013-11-06 20:09:03Z msweet $"
 #
 #   Test the lpq command.
 #
@@ -17,7 +17,7 @@
 echo "LPQ Test"
 echo ""
 echo "    lpq -P Test1"
-../berkeley/lpq -P Test1 2>&1
+$VALGRIND ../berkeley/lpq -P Test1 2>&1
 if test $? != 0; then
        echo "    FAILED"
        exit 1
@@ -27,5 +27,5 @@ fi
 echo ""
 
 #
-# End of "$Id: 5.3-lpq.sh 6649 2007-07-11 21:46:42Z mike $".
+# End of "$Id: 5.3-lpq.sh 11396 2013-11-06 20:09:03Z msweet $".
 #