From: Simon Marchi Date: Tue, 25 Feb 2020 19:10:07 +0000 (-0500) Subject: tests: fix shellcheck warnings in plugins/src.ctf.fs/test_deterministic_ordering X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=26ab3283d424ba2cdd78f770920e290c2c01d878 tests: fix shellcheck warnings in plugins/src.ctf.fs/test_deterministic_ordering Fix the path to utils.sh, so that shellcheck finds it. Change-Id: Ifa592f6e62ccc6df991ffe2ec7afd9c9ea53f136 Signed-off-by: Simon Marchi Reported-by: shellcheck Reviewed-on: https://review.lttng.org/c/babeltrace/+/3139 Tested-by: jenkins --- diff --git a/tests/plugins/src.ctf.fs/test_deterministic_ordering b/tests/plugins/src.ctf.fs/test_deterministic_ordering index 27d317ec..c38817bf 100755 --- a/tests/plugins/src.ctf.fs/test_deterministic_ordering +++ b/tests/plugins/src.ctf.fs/test_deterministic_ordering @@ -45,7 +45,7 @@ else UTILSSH="$(dirname "$0")/../../utils/utils.sh" fi -# shellcheck source=../../../utils/utils.sh +# shellcheck source=../../utils/utils.sh source "$UTILSSH" traces_dir="${BT_CTF_TRACES_PATH}/deterministic-ordering"