]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix lpstat test.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 6 Feb 2015 18:45:48 +0000 (18:45 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 6 Feb 2015 18:45:48 +0000 (18:45 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12490 a1ca3aef-8c08-0410-bb20-df032aa958be

test/5.4-lpstat.sh

index c69003e42c46c583e4563dd5e3d67e2262087ff4..ace5b8a94216086bedb057288edf7448cc58d5d9 100644 (file)
@@ -30,7 +30,7 @@ echo "LPSTAT Test"
 echo ""
 echo "    lpstat -H"
 server="`$VALGRIND ../systemv/lpstat -H 2>&1`"
-if test $? != 0 -o "x$server" != xlocalhost:8631; then
+if test $? != 0 -o "x$server" != x$CUPS_SERVER; then
        echo "    FAILED ($server)"
        exit 1
 else