diff options
author | Ted Gould <ted@gould.cx> | 2011-07-12 10:55:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-12 10:55:10 -0500 |
commit | 522f3c07a04ba5a18c830db28054e93c5c7d4d38 (patch) | |
tree | 359a421e1c495b500d4a5c47d46191d26aad9ec7 /tests/session.conf.in | |
parent | 3d6738fd9d121eb66fcaa1fd57f78dd9b4db378b (diff) | |
parent | 64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9 (diff) | |
download | libayatana-indicator-522f3c07a04ba5a18c830db28054e93c5c7d4d38.tar.gz libayatana-indicator-522f3c07a04ba5a18c830db28054e93c5c7d4d38.tar.bz2 libayatana-indicator-522f3c07a04ba5a18c830db28054e93c5c7d4d38.zip |
* Fixing watchers hashtable to detect when we have none
* Fix testing so no tests are XFAIL anymore
Diffstat (limited to 'tests/session.conf.in')
-rw-r--r-- | tests/session.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/session.conf.in b/tests/session.conf.in index d1e2805..5c0cf36 100644 --- a/tests/session.conf.in +++ b/tests/session.conf.in @@ -1,6 +1,8 @@ <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> + <type>session</type> + <!-- If we fork, keep the user's original umask to avoid affecting the behavior of child processes. --> <keep_umask/> |