]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - test/5.2-lpc.sh
Import CUPS v1.7.1
[thirdparty/cups.git] / test / 5.2-lpc.sh
... / ...
CommitLineData
1#!/bin/sh
2#
3# "$Id: 5.2-lpc.sh 11396 2013-11-06 20:09:03Z msweet $"
4#
5# Test the lpc command.
6#
7# Copyright 2007 by Apple Inc.
8# Copyright 1997-2005 by Easy Software Products, all rights reserved.
9#
10# These coded instructions, statements, and computer programs are the
11# property of Apple Inc. and are protected by Federal copyright
12# law. Distribution and use rights are outlined in the file "LICENSE.txt"
13# which should have been included with this file. If this file is
14# file is missing or damaged, see the license at "http://www.cups.org/".
15#
16
17echo "LPC Test"
18echo ""
19echo " lpc status"
20$VALGRIND ../berkeley/lpc status 2>&1
21if test $? != 0; then
22 echo " FAILED"
23 exit 1
24else
25 echo " PASSED"
26fi
27echo ""
28
29#
30# End of "$Id: 5.2-lpc.sh 11396 2013-11-06 20:09:03Z msweet $".
31#