aboutsummaryrefslogtreecommitdiff
path: root/lib/io/test/istream_read.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-11 17:59:21 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-11 19:29:25 +0200
commitc7eae87870da755586446fecb4eb30063c1d641c (patch)
tree3b8d1a7846bbe356fc1a3700b57582265760bbca /lib/io/test/istream_read.c
parent366ccf20745b23f1eb8554cbe17e6972271de002 (diff)
libio: move istream buffer logic into interall callbacks
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/io/test/istream_read.c')
-rw-r--r--lib/io/test/istream_read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/io/test/istream_read.c b/lib/io/test/istream_read.c
index 176832b..8ba4540 100644
--- a/lib/io/test/istream_read.c
+++ b/lib/io/test/istream_read.c
@@ -100,7 +100,6 @@ int main(int argc, char **argv)
TEST_ASSERT(read_off <= end2);
}
- TEST_ASSERT(dummy->buffer_used == 0);
sqfs_drop(dummy);
return EXIT_SUCCESS;
}