Fix: tests: quote variable in case it's not set
[lttng-tools.git] / tests / utils / utils.sh
index be83e73a622637812feb51fe3ff35d99029fc48a..d57cb3f344192e0c7e730d07a8c6c21b4a646c69 100644 (file)
@@ -2102,7 +2102,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
This page took 0.023127 seconds and 4 git commands to generate.