summaryrefslogtreecommitdiff
path: root/regress-driver
diff options
context:
space:
mode:
Diffstat (limited to 'regress-driver')
-rwxr-xr-xregress-driver5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress-driver b/regress-driver
index 86ab10b4..f6f3c96a 100755
--- a/regress-driver
+++ b/regress-driver
@@ -38,6 +38,11 @@ if [ -d ${py_libdir} ] && [ -d ${py_scriptdir} ]; then
fi
export GPSD_HOME PATH
+# Use a non-default value of the SHM key to avoid colliding with
+# production instances. Value must be legal for strtol(3);
+# this is the default key plus one.
+export GPSD_SHM_KEY=0x47505345
+
mode=regress
testing=daemon
opts=""