summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-04 18:20:34 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-04 18:39:45 +0000
commit6ea034ad022068c581cdbf675a5be54e30d2e2f0 (patch)
treec8205bcd867fa7ad64ff87bdc0a0ac165d111583
parent52f223eb1740fe1dd3059a9c71c90de7785180c0 (diff)
exec-with-log.sh.in: export POSIX_ME_HARDER=1
-rw-r--r--tests/twisted/tools/exec-with-log.sh.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index a90af148..a7abbf91 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -51,7 +51,8 @@ elif test -n "$MISSIONCONTROL_TEST_REFDBG"; then
fi
# The bus-daemon that is activating us doesn't know it's also the system bus
-export DBUS_SYSTEM_BUS_ADDRESS="$DBUS_SESSION_BUS_ADDRESS"
+DBUS_SYSTEM_BUS_ADDRESS="$DBUS_SESSION_BUS_ADDRESS"
+export DBUS_SYSTEM_BUS_ADDRESS
if test "z$MC_EXECUTABLE" = z; then
MC_EXECUTABLE=@abs_top_builddir@/tests/twisted/mc-debug-server
@@ -63,7 +64,8 @@ if test -f "$MC_ACCOUNT_DIR/gnome-keyring-env"; then
export GNOME_KEYRING_CONTROL GNOME_KEYRING_PID MC_KEYRING_NAME SSH_AUTH_SOCK
fi
-export GSETTINGS_SCHEMA_DIR=@abs_top_builddir@/data
+GSETTINGS_SCHEMA_DIR=@abs_top_builddir@/data
+export GSETTINGS_SCHEMA_DIR
exec @abs_top_builddir@/libtool --mode=execute \
$MISSIONCONTROL_WRAPPER \