Fix: test_convert_args: use correct path to `utils.sh`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 16 Aug 2019 02:48:38 +0000 (22:48 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 16 Aug 2019 18:03:20 +0000 (14:03 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Iec66644f14468a5cbc931e71fc1ae2f21ddc6497
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1949
Tested-by: jenkins <jenkins@lttng.org>
tests/cli/convert/test_convert_args

index 01707ce6829191ed690d992e293b873153d06b50..093afccd82669953e7d878dcd3454962bbe8a5b1 100755 (executable)
@@ -20,10 +20,10 @@ SH_TAP=1
 if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; then
        UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh"
 else
-       UTILSSH="$(dirname "$0")/../utils/utils.sh"
+       UTILSSH="$(dirname "$0")/../../utils/utils.sh"
 fi
 
-# shellcheck source=../utils/utils.sh
+# shellcheck source=../../utils/utils.sh
 source "$UTILSSH"
 
 test_head_comment=0
This page took 0.024562 seconds and 4 git commands to generate.