fix: 'env.sh' is optional, ignore it in shellcheck
[babeltrace.git] / tests / utils / utils.sh
index 7f1a4368008e977b846bf84f49bbbbc4f3e9cfb1..18b5482362bac98e07e8bd7465c85e741873ee31 100644 (file)
@@ -61,7 +61,7 @@ export BT_TESTS_BUILDDIR
 
 # Source the generated environment file if it's present.
 if [ -f "${BT_TESTS_BUILDDIR}/utils/env.sh" ]; then
-       # shellcheck source=./env.sh
+       # shellcheck disable=SC1091
        . "${BT_TESTS_BUILDDIR}/utils/env.sh"
 fi
 
This page took 0.022535 seconds and 4 git commands to generate.