diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-12 22:38:25 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-28 20:27:35 +0200 |
commit | 3746aaacd6983a96dfec7835c9b928e2ab983419 (patch) | |
tree | 742e8cc64f65b9a083b3c6db1d2c6aa965b10c21 /tests/integration | |
parent | 8dd8ab15fc266d7fba996e255181075b51199865 (diff) | |
download | ayatana-indicator-sound-3746aaacd6983a96dfec7835c9b928e2ab983419.tar.gz ayatana-indicator-sound-3746aaacd6983a96dfec7835c9b928e2ab983419.tar.bz2 ayatana-indicator-sound-3746aaacd6983a96dfec7835c9b928e2ab983419.zip |
tests/integration/indicator-sound-test-base.cpp: Quote properly when loading the stream-restore module into pulseaudio.
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/indicator-sound-test-base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/indicator-sound-test-base.cpp b/tests/integration/indicator-sound-test-base.cpp index f5e9baf..a5e3524 100644 --- a/tests/integration/indicator-sound-test-base.cpp +++ b/tests/integration/indicator-sound-test-base.cpp @@ -341,7 +341,7 @@ void IndicatorSoundTestBase::startPulsePhone(DevicePortType speakerPort, DeviceP << QString("--load=module-null-sink sink_name=indicator_sound_test_headphones sink_properties=device.bus=%1").arg(getDevicePortString(headphonesPort)) << QString("--load=module-null-sink sink_name=indicator_sound_test_mic") << "--log-target=file:/tmp/pulse-daemon.log" - << QString("--load=module-stream-restore restore_device=false restore_muted=false fallback_table=%1").arg(STREAM_RESTORE_TABLE) + << QString("--load=module-stream-restore restore_device=false restore_muted=false fallback_table=\"%1\"").arg(STREAM_RESTORE_TABLE) << "--load=module-dbus-protocol" << "--load=module-native-protocol-tcp auth-ip-acl=127.0.0.1" )); |