commit | a809bc25bd38c873fde19fab0f3a8cdca3746ea7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Oct 18 18:13:09 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:22:55 2017 +0100 |
tree | fe12db9456f0f0d26fc346479de7cb30078e763c | |
parent | 4e363a9a5aebb7a2dfb5128964d1ff3314f33300 [diff] |
efi_selftest: provide a dummy device path Currently we pass bootefi_device_path and bootefi_image_path as device and image path without initializing them. They may carry values from previous calls to bootefi. With the patch the variables are initialized valid dummy values. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>