Minor fix for the UST streaming test
[lttng-tools.git] / tests / tools / streaming / run-ust
index 0689201621e30d6ecd300c889105491389c851a4..2e88d2a9fc8541b4aa686e39cf0f30054f433cb4 100755 (executable)
@@ -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
This page took 0.023012 seconds and 4 git commands to generate.