mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
tests: fix the wrong library path in check-daemon
This commit is contained in:
parent
70acd7bf66
commit
8e0f50c176
1 changed files with 2 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue