tests: fix the wrong library path in check-daemon

This commit is contained in:
Deng Zhengrong 2012-08-17 13:51:23 +08:00 committed by Arun Raghavan
parent 70acd7bf66
commit 8e0f50c176

View file

@ -3,7 +3,7 @@
# This script is modified from dbus's run-with-temp-session-bus.sh.
#
SCRIPTNAME=$0
SCRIPTNAME="$0"
die()
{
@ -44,6 +44,7 @@ pulseaudio -n \
--load="module-suspend-on-idle" \
--load="module-native-protocol-unix" \
--load="module-cli-protocol-unix" \
--dl-search-path="$(dirname $SCRIPTNAME)/.libs/" \
&
# wait a few seconds to let the daemon start!