]> git.ipfire.org Git - thirdparty/cups.git/blame - test/5.3-lpq.sh
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / test / 5.3-lpq.sh
CommitLineData
ef416fc2 1#!/bin/sh
2#
503b54c9 3# Test the lpq command.
ef416fc2 4#
503b54c9
MS
5# Copyright 2007 by Apple Inc.
6# Copyright 1997-2005 by Easy Software Products, all rights reserved.
ef416fc2 7#
503b54c9
MS
8# These coded instructions, statements, and computer programs are the
9# property of Apple Inc. and are protected by Federal copyright
10# law. Distribution and use rights are outlined in the file "LICENSE.txt"
11# which should have been included with this file. If this file is
12# file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 13#
14
15echo "LPQ Test"
16echo ""
52f6f666 17echo " lpq -P Test1"
a2326b5b 18$VALGRIND ../berkeley/lpq -P Test1 2>&1
ef416fc2 19if test $? != 0; then
20 echo " FAILED"
21 exit 1
22else
23 echo " PASSED"
24fi
25echo ""