summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpsfake.xml6
-rwxr-xr-xregress-driver2
2 files changed, 1 insertions, 7 deletions
diff --git a/gpsfake.xml b/gpsfake.xml
index ed051fb7..10cae811 100644
--- a/gpsfake.xml
+++ b/gpsfake.xml
@@ -25,7 +25,6 @@ BSD terms apply: see the file COPYING in the distribution root for details.
<arg choice='opt'>-1</arg>
<arg choice='opt'>-h</arg>
<arg choice='opt'>-b</arg>
- <arg choice='opt'>-f</arg>
<arg choice='opt'>-c <replaceable>interval</replaceable></arg>
<arg choice='opt'>-i</arg>
<arg choice='opt'>-D <replaceable>debuglevel</replaceable></arg>
@@ -124,11 +123,6 @@ and similar programs.</para>
<application>gpsd</application> instance within gpsfake under control
of gdb.</para>
-<para>The <option>-f</option> configures <application>gpsd</application> to bind
-to a random dynamic/private port (range 49152 - 65535). Its main use
-is within regression-test scripts so they won't collide with a production
-instance.</para>
-
<para>The <option>-o</option> specifies options to pass to the daemon. The -n
option passes -n to start the daemon reading the GPS without waiting
for a client (equivalent to -o "-n"). The <option>-D</option> passes a -D
diff --git a/regress-driver b/regress-driver
index 8b14c025..d184ec13 100755
--- a/regress-driver
+++ b/regress-driver
@@ -123,7 +123,7 @@ case $mode in
then
trap 'rm -f ${TMP}/test-$$.chk; exit $errors' EXIT HUP INT TERM
case $testing in
- daemon) TMPDIR=${TMP} ${PYTHON} ${GPSD_HOME}/gpsfake -s 38400 -f -1 -p $opts ${f} | ${GPSFILTER} ${ALTFILTER} >${TMP}/test-$$.chk ;;
+ daemon) TMPDIR=${TMP} ${PYTHON} ${GPSD_HOME}/gpsfake -s 38400 -1 -p $opts ${f} | ${GPSFILTER} ${ALTFILTER} >${TMP}/test-$$.chk ;;
clientlib) ${GPSD_HOME}/test_libgps -b <${f} >${TMP}/test-$$.chk ;;
esac
if [ "${ALTFILTER}" ]