From 26ab3283d424ba2cdd78f770920e290c2c01d878 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 25 Feb 2020 14:10:07 -0500 Subject: [PATCH] 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 --- tests/plugins/src.ctf.fs/test_deterministic_ordering | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1