NetworkManager/libnm/tests/libnm-test-launch.sh
Lubomir Rintel 0e20868f4f tests: always spawn private d-bus
Parallel test runs would not be possible without this.

(cherry picked from commit d0e25ac8be)
2015-06-19 11:52:50 +02:00

7 lines
100 B
Bash
Executable file

#!/bin/sh
# Spawn DBus
eval `dbus-launch --sh-syntax`
trap "kill $DBUS_SESSION_BUS_PID" EXIT
"$@"