]> git.ipfire.org Git - thirdparty/cups.git/blame - test/5.2-lpc.sh
Update copyrights and license text on files that were missed.
[thirdparty/cups.git] / test / 5.2-lpc.sh
CommitLineData
ef416fc2 1#!/bin/sh
2#
503b54c9 3# Test the lpc 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 "LPC Test"
13echo ""
14echo " lpc status"
a2326b5b 15$VALGRIND ../berkeley/lpc status 2>&1
ef416fc2 16if test $? != 0; then
17 echo " FAILED"
18 exit 1
19else
20 echo " PASSED"
21fi
22echo ""