X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=ea40fce9b5cd9131ed68e3c7de4fdd2cda9eaa3f;hb=c5e66755fab6ca716d6059f70c6440daa05ffb88;hp=9bfd450e06cda5164bfb86b5638688b8880f391c;hpb=e1ac6bb9dd3fc4f03a2c102b8233900e2822f875;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 9bfd450e0..ea40fce9b 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1844,7 +1844,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