summaryrefslogtreecommitdiff
path: root/libnm-glib/tests/libnm-glib-test-launch.sh
blob: 42d9fbe26d13432d48367645bb4bf44a5a746e62 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Spawn DBus if there's none
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
    eval `dbus-launch --sh-syntax`
    trap "kill $DBUS_SESSION_BUS_PID" EXIT
fi

"$@"