Fix: test_convert_args: use correct path to `utils.sh`
[babeltrace.git] / 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.024102 seconds and 4 git commands to generate.