mirror of
https://github.com/dynup/kpatch
synced 2025-03-11 05:07:53 +00:00
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:
parent
ae6819f142
commit
9a66fa7df4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user