From: msweet Date: Fri, 19 Dec 2014 16:11:14 +0000 (+0000) Subject: More spots where port was hardcoded. X-Git-Tag: v2.2b1~389 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f260d7d72f7bb7dcd28a61977819df58fa57fd1;p=thirdparty%2Fcups.git More spots where port was hardcoded. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12395 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 7708dc0791..f44bbded4f 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -657,7 +657,7 @@ cupsd=$! if test "x$testtype" = x0; then # Not running tests... - echo "Scheduler is PID $cupsd and is listening on port 8631." + echo "Scheduler is PID $cupsd and is listening on port $port." echo "" # Create a helper script to run programs with...