X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fflt.lttng-utils.debug-info%2Ftest_bin_info_powerpc-linux-gnu;fp=tests%2Fplugins%2Fflt.lttng-utils.debug-info%2Ftest_bin_info_powerpc-linux-gnu;h=d8f7ab43961a51f212c6e4548f06a3986c9ff4c1;hp=30e7e7a3094426e07c7f5cd51f5e56626caea7d8;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hpb=8dea686a2397bdadb81f44a3e74fd39fd7397ee2 diff --git a/tests/plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu b/tests/plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu index 30e7e7a3..d8f7ab43 100755 --- a/tests/plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu +++ b/tests/plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu @@ -6,7 +6,7 @@ # Copyright (C) 2019 Michael Jeanson # -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"