test: Make more shell scripts verifiable by the shellcheck tool

This commit is contained in:
Hennadii Stepanov
2021-11-13 20:35:59 +02:00
parent 7f0f853373
commit a3f61676e8
2 changed files with 5 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
export LC_ALL=C
set -e -o pipefail
# shellcheck source=../../shell/realpath.bash
# shellcheck source=contrib/shell/realpath.bash
source contrib/shell/realpath.bash
# shellcheck source=../../shell/git-utils.bash
# shellcheck source=contrib/shell/git-utils.bash
source contrib/shell/git-utils.bash
################