From 2c46f0d263b46ca718618f9bf3e471bf3dffb62d Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 25 Jul 2012 17:03:47 -0400 Subject: [PATCH] Minor fix for the UST streaming test Signed-off-by: David Goulet --- tests/tools/streaming/run-ust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tools/streaming/run-ust b/tests/tools/streaming/run-ust index 068920162..2e88d2a9f 100755 --- a/tests/tools/streaming/run-ust +++ b/tests/tools/streaming/run-ust @@ -42,7 +42,7 @@ function lttng_create_session function lttng_enable_consumer { # Create session with default path - $TESTDIR/../src/bin/lttng/$LTTNG_BIN enable-consumer -u net://localhost/test >/dev/null 2>&1 + $TESTDIR/../src/bin/lttng/$LTTNG_BIN enable-consumer -u net://localhost >/dev/null 2>&1 } function wait_apps -- 2.34.1