test/integration: Silence unspecified input warning

Shellcheck complains with the following warning:
SC1091: Not following: /etc/os-release was not specified as input (see shellcheck -x)

Which is already silenced in lib.sh.

Signed-off-by: Julien Thierry <jthierry@redhat.com>
This commit is contained in:
Julien Thierry 2020-06-03 08:31:24 +01:00
parent ae6819f142
commit 9a66fa7df4

View File

@ -64,6 +64,7 @@ if [[ -d "${HOME}/src" && -f "${HOME}/src/version" ]]; then
mv "${HOME}/src" "${HOME}/.kpatch/"
fi
# shellcheck disable=SC1091
source /etc/os-release
if [[ "${NAME}" == "Fedora" ]] && [[ "${VERSION_ID}" -lt 30 ]]; then