Files
NetworkManager/libnm-glib/tests/libnm-glib-test-launch.sh
Lubomir Rintel d0e25ac8be tests: always spawn private d-bus
Parallel test runs would not be possible without this.
2015-05-26 13:51:44 +02:00

8 lines
100 B
Bash
Executable File

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