Fix: remove bash quote when starting relayd in tests
[lttng-tools.git] / tests / utils.sh
index 80e384281e300e5540bf79f3585656d1849af7c9..3bcdcc47962b0ad56499896f2e2ed43c65404492 100644 (file)
@@ -130,7 +130,7 @@ function lttng_enable_kernel_event
 
 function start_lttng_relayd
 {
-       local opt="$1"
+       local opt=$1
 
        echo -e -n "Starting lttng-relayd (opt: $opt)... "
 
This page took 0.022724 seconds and 4 git commands to generate.