X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fcli%2Ftest_output_path_ctf_non_lttng_trace;fp=tests%2Fcli%2Ftest_output_path_ctf_non_lttng_trace;h=fc0158bfc777dd4453e8537f9a978291c2dd0ceb;hp=d7700931be8c19995848460e15e1e66abae77ffa;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hpb=8dea686a2397bdadb81f44a3e74fd39fd7397ee2 diff --git a/tests/cli/test_output_path_ctf_non_lttng_trace b/tests/cli/test_output_path_ctf_non_lttng_trace index d7700931..fc0158bf 100755 --- a/tests/cli/test_output_path_ctf_non_lttng_trace +++ b/tests/cli/test_output_path_ctf_non_lttng_trace @@ -17,7 +17,7 @@ SH_TAP=1 -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"