Tests: remove declaration already present in utils.sh
[lttng-tools.git] / tests / regression / tools / exclusion / test_exclusion
index 0033c7ed51e4fd3d69fafddfe576328c90c3964a..72f83079e887f3adc723ef9f249d6ec6048e5fc6 100755 (executable)
@@ -19,7 +19,6 @@ TEST_DESC="Event exclusion"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../../..
-LTTNG_BIN="lttng"
 STATS_BIN="$TESTDIR/utils/babelstats.pl"
 SESSION_NAME="test-exclusion"
 EV_EXCLUDE_NAME="tp:tptest2"
@@ -62,7 +61,7 @@ function test_exclusion
        stop_lttng_tracing_ok $SESSION_NAME
 
        # Destroy session
-       destroy_lttng_session $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 
        stats=`babeltrace $trace_path | $STATS_BIN --tracepoint $EV_EXCLUDE_NAME | grep -v index`
        if [ ! -z "$stats" ]; then
This page took 0.023649 seconds and 4 git commands to generate.