Task #49742 - added.err
back to task #49742download
Error: SHELLCHECK_WARNING (CWE-153): /usr/lib/python3.13/site-packages/tmt/steps/execute/scripts/tmt-reboot:31:23: warning[SC2053]: Quote the right-hand side of == in [[ ]] to prevent glob matching. # 29| # if somehow os boot entry is configured to the top of boot order, # 30| # we move it to the end of the order, to avoid breaking the system. # 31|-> if [[ $first_boot == $os_boot_entry ]]; then # 32| BOOT_LIST=$(efibootmgr | awk '/BootOrder/ { print $2 }' | cut -d, -f2-) # 33| efibootmgr -o "${BOOT_LIST},${BOOTC_BOOT}"