selftests/kexec: kexec_file_load syscall test
[platform/kernel/linux-starfive.git] / tools / testing / selftests / kexec / test_kexec_load.sh
index 49545fc..afd440e 100755 (executable)
@@ -14,7 +14,6 @@ get_secureboot_mode
 secureboot=$?
 
 # kexec_load should fail in secure boot mode
-KERNEL_IMAGE="/boot/vmlinuz-`uname -r`"
 kexec --load $KERNEL_IMAGE > /dev/null 2>&1
 if [ $? -eq 0 ]; then
        kexec --unload