Fix: tests: flt.utils.muxer: missing '../' in path to utils.sh
[babeltrace.git] / tests / plugins / flt.utils.muxer / succeed / test_succeed
index 15691b59471ffa3f63cfa275b3a8f85fe1a00d6d..cda27310f9e8f640b0f0b2c9154f8c9f3d8e34a8 100755 (executable)
@@ -23,7 +23,7 @@ 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
This page took 0.023608 seconds and 4 git commands to generate.