mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: fix advio tests
This commit is contained in:
parent
9dd0d0bf42
commit
61bf4525c7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Test(advio, download)
|
|||
len = afread(buffer, 1, sizeof(buffer), af);
|
||||
cr_assert_gt(len, 0, "len=%zu, feof=%u", len, afeof(af));
|
||||
|
||||
cr_assert_arr_eq(buffer, expect, sizeof(expect));
|
||||
cr_assert_arr_eq(buffer, expect, 64);
|
||||
|
||||
ret = afclose(af);
|
||||
cr_assert_eq(ret, 0, "Failed to close file");
|
||||
|
|
Loading…
Add table
Reference in a new issue