X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fltt-sessiond%2Frun.sh;h=b378285ed008dacdb7dafe62f474b624402a7e08;hp=f8bdf7fef006dea0ad771658846e85f0ef55bdf5;hb=27673bb674a1b11ad5f11f585360e031b5baccb1;hpb=6e0ca3c2c2afedf4a944cec63a6a566f7014c93f diff --git a/tests/ltt-sessiond/run.sh b/tests/ltt-sessiond/run.sh index f8bdf7fef..b378285ed 100755 --- a/tests/ltt-sessiond/run.sh +++ b/tests/ltt-sessiond/run.sh @@ -93,7 +93,7 @@ function test_session_same_name() { lttng_create_session "test-same" lttng_create_session "test-same" - if [ $LTTNG_RET_CODE -ne 1 ]; then + if [ $LTTNG_RET_CODE -ne 0 ]; then echo "[-] Session with the same name: FAILED!" printf "Two session having the same name NOT ALLOWED\n" clean_exit 1