aboutsummaryrefslogtreecommitdiff
path: root/test/image/spl_load_os.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/image/spl_load_os.c')
-rw-r--r--test/image/spl_load_os.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/image/spl_load_os.c b/test/image/spl_load_os.c
index 794cfad4e7..f46df907c6 100644
--- a/test/image/spl_load_os.c
+++ b/test/image/spl_load_os.c
@@ -57,7 +57,6 @@ static int spl_test_load(struct unit_test_state *uts)
ret = sandbox_find_next_phase(fname, sizeof(fname), true);
if (ret)
ut_assertf(0, "%s not found, error %d\n", fname, ret);
- load.filename = fname;
header = spl_get_load_buffer(-sizeof(*header), sizeof(*header));