Fix: tests: flt.utils.muxer: missing '../' in path to utils.sh
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 9 Aug 2019 19:01:32 +0000 (15:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 9 Aug 2019 21:03:38 +0000 (17:03 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Ia4b6d3275ea7d81a9fce770f34be700fe8c99e48
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1849
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
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.025819 seconds and 4 git commands to generate.