X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fpython-plugin-provider%2Ftest_python_plugin_provider;h=542c174874363c3f00b0ca819df8b1915fce10a7;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hp=1e66c6ae8c9cc94f450668f22f71d5073a00f787;hpb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;p=babeltrace.git 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"