aboutsummaryrefslogtreecommitdiff
path: root/lib/io/test/stream_splice.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/io/test/stream_splice.c')
-rw-r--r--lib/io/test/stream_splice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/io/test/stream_splice.c b/lib/io/test/stream_splice.c
index 223c39d..754f9cb 100644
--- a/lib/io/test/stream_splice.c
+++ b/lib/io/test/stream_splice.c
@@ -91,7 +91,6 @@ int main(int argc, char **argv)
TEST_EQUAL_UI(total, out_offset);
}
- TEST_ASSERT(in->buffer_used == 0);
TEST_EQUAL_UI(total, end2);
TEST_EQUAL_UI(out_offset, end2);
sqfs_drop(in);