From 198e7caf42f0c79846abf5fd698828019cbcff0b Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 18 Dec 2012 08:59:07 -0500 Subject: [PATCH] Fix: remove bash quote when starting relayd in tests Signed-off-by: David Goulet --- tests/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.sh b/tests/utils.sh index 80e384281..3bcdcc479 100644 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -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)... " -- 2.34.1