summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-05-24 16:27:21 -0400
committerMike Gilbert <floppym@gentoo.org>2018-05-24 16:33:03 -0400
commitc9a5a3a15785d54b014af8ec4f4e340ca16f7412 (patch)
tree8eaab50089a205781ec2dc2e2a67df4207e6af3f /sys-apps/systemd/systemd-9999.ebuild
parentapp-text/convertlit: stable 1.8-r3 for hppa, bug #647500 (diff)
downloadgentoo-c9a5a3a15785d54b014af8ec4f4e340ca16f7412.tar.gz
gentoo-c9a5a3a15785d54b014af8ec4f4e340ca16f7412.tar.bz2
gentoo-c9a5a3a15785d54b014af8ec4f4e340ca16f7412.zip
sys-apps/systemd: unset DBUS_SESSION_BUS_ADDRESS and XDG_RUNTIME_DIR for tests
Bug: https://bugs.gentoo.org/656368
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 4d9bb8b9004b..8112fd15fef7 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -289,6 +289,7 @@ multilib_src_compile() {
}
multilib_src_test() {
+ unset DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR
eninja test
}