Tests: remove declaration already present in utils.sh
[lttng-tools.git] / tests / regression / ust / test_event_basic
index acc79e5320d262bcfc6bee2033f9569041542247..9b58cb27635dcb8020c5e840e8e0e94b24a3bf9f 100755 (executable)
@@ -19,7 +19,6 @@ TEST_DESC="UST tracer - Basic events"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../..
-LTTNG_BIN="lttng"
 BIN_NAME="gen-ust-events"
 SESSION_NAME="valid_filter"
 EVENT_NAME="tp:tptest"
@@ -68,9 +67,8 @@ function test_event_basic()
        start_lttng_tracing_ok
        stop_lttng_tracing_ok
 
-       TODO="Validate trace output is coherent"
+       # TODO: Validate trace output is coherent"
        ok 0 "Validate trace"
-       unset TODO
 
        destroy_lttng_session_ok $SESSION_NAME2
        destroy_lttng_session_ok $SESSION_NAME
This page took 0.024203 seconds and 5 git commands to generate.