X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fsrc.ctf.fs%2Fquery%2Ftest_query_support_info;fp=tests%2Fplugins%2Fsrc.ctf.fs%2Fquery%2Ftest_query_support_info;h=51044628d71be5bc1c7f1283f45866f3e5597bc9;hp=f1d72cb35c8d6b04bb33ea8005cf796da4eee6ea;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hpb=8dea686a2397bdadb81f44a3e74fd39fd7397ee2 diff --git a/tests/plugins/src.ctf.fs/query/test_query_support_info b/tests/plugins/src.ctf.fs/query/test_query_support_info index f1d72cb3..51044628 100755 --- a/tests/plugins/src.ctf.fs/query/test_query_support_info +++ b/tests/plugins/src.ctf.fs/query/test_query_support_info @@ -5,7 +5,7 @@ # Copyright (C) 2019 Simon Marchi # -if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; then +if [ -n "${BT_TESTS_SRCDIR:-}" ]; then UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" else UTILSSH="$(dirname "$0")/../../../utils/utils.sh"