Tests: remove declaration already present in utils.sh
[lttng-tools.git] / tests / regression / tools / wildcard / test_event_wildcard
index 126bdae6bff7e3ea2b86577f40f37bed386a068a..dabc5e079fdbaeaed0d5c720a9d4c05f79cf0335 100755 (executable)
@@ -20,7 +20,6 @@ TEST_DESC="LTTng - Event wildcard test"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../../..
-LTTNG_BIN="lttng"
 TESTAPP_PATH="$TESTDIR/utils/testapp"
 TESTAPP_NAME="gen-ust-events"
 TESTAPP_BIN="$TESTAPP_PATH/$TESTAPP_NAME/$TESTAPP_NAME"
@@ -28,7 +27,7 @@ SESSION_NAME="wildcard"
 NR_ITER=100
 NUM_GLOBAL_TESTS=2
 NUM_UST_TESTS=37
-NUM_KERNEL_TESTS=37
+NUM_KERNEL_TESTS=30
 NUM_TESTS=$(($NUM_UST_TESTS+$NUM_KERNEL_TESTS+$NUM_GLOBAL_TESTS))
 
 source $TESTDIR/utils/utils.sh
@@ -124,7 +123,6 @@ skip $isroot "Root access is needed. Skipping all kernel wildcard tests." $NUM_K
        EVENT_NAME="lttng_test_filter_event"
 
        test_event_wildcard kernel 1 'lttng_test_*'
-       test_event_wildcard kernel 1 '*'
        test_event_wildcard kernel 1 'lttng_test_filter_event*'
        test_event_wildcard kernel 0 'lttng_test_asdfasdf*'
 
This page took 0.024692 seconds and 4 git commands to generate.