X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fpython-plugin-provider%2Ftest_python_plugin_provider;fp=tests%2Fpython-plugin-provider%2Ftest_python_plugin_provider;h=542c174874363c3f00b0ca819df8b1915fce10a7;hp=1e66c6ae8c9cc94f450668f22f71d5073a00f787;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hpb=8dea686a2397bdadb81f44a3e74fd39fd7397ee2 diff --git a/tests/python-plugin-provider/test_python_plugin_provider b/tests/python-plugin-provider/test_python_plugin_provider index 1e66c6ae..542c1748 100755 --- a/tests/python-plugin-provider/test_python_plugin_provider +++ b/tests/python-plugin-provider/test_python_plugin_provider @@ -5,7 +5,7 @@ # Copyright (C) 2017 Philippe Proulx # -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"