]> git.ipfire.org Git - thirdparty/cups.git/blame - test/5.3-lpq.sh
Changelog.
[thirdparty/cups.git] / test / 5.3-lpq.sh
CommitLineData
ef416fc2 1#!/bin/sh
2#
503b54c9 3# Test the lpq command.
ef416fc2 4#
53f8d64f
MS
5# Copyright © 2007 by Apple Inc.
6# Copyright © 1997-2005 by Easy Software Products, all rights reserved.
ef416fc2 7#
53f8d64f
MS
8# Licensed under Apache License v2.0. See the file "LICENSE" for more
9# information.
ef416fc2 10#
11
12echo "LPQ Test"
13echo ""
52f6f666 14echo " lpq -P Test1"
b37177a7 15$runcups $VALGRIND ../berkeley/lpq -P Test1 2>&1
ef416fc2 16if test $? != 0; then
17 echo " FAILED"
18 exit 1
19else
20 echo " PASSED"
21fi
22echo ""