X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=3ad9abe33db4ade3f20f03ebe3fffd68d2f9cac5;hb=68ad3d2e18e789da89b77a8289ae1065ea106426;hp=0152ed4d6713834cc0451f4991d813778a0db218;hpb=690732c05af4afe24d01a7c8509b7baf321dc221;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 0152ed4d6..3ad9abe33 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1978,7 +1978,7 @@ function rotate_session_fail () function destructive_tests_enabled () { - if [ ${LTTNG_ENABLE_DESTRUCTIVE_TESTS} = "will-break-my-system" ]; then + if [ "$LTTNG_ENABLE_DESTRUCTIVE_TESTS" = "will-break-my-system" ]; then return 0 else return 1