Fix: remove bash quote when starting relayd in tests
authorDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 13:59:07 +0000 (08:59 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 13:59:07 +0000 (08:59 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
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.026525 seconds and 5 git commands to generate.