From 8c0106875fe6c4792b5cc0781b1aba109a9e75f7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 2 Feb 2015 15:26:01 -0500 Subject: Minor changes that should have gone in with the previous commit. --- regress-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress-driver') 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}" ] -- cgit v1.2.1