From c7eae87870da755586446fecb4eb30063c1d641c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 11 Jun 2023 17:59:21 +0200 Subject: libio: move istream buffer logic into interall callbacks Signed-off-by: David Oberhollenzer --- lib/io/test/istream_read.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/io/test/istream_read.c') 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; } -- cgit v1.2.3