From a904607e53974fad5f41d0b92ee89cae430186f5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 2 Jun 2022 13:50:05 +0200 Subject: tests/stream_roundtrip: Clean up stream afterwards --- tests/stream_roundtrip.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/stream_roundtrip.c') diff --git a/tests/stream_roundtrip.c b/tests/stream_roundtrip.c index 29099b1a..d36191bb 100644 --- a/tests/stream_roundtrip.c +++ b/tests/stream_roundtrip.c @@ -28,6 +28,7 @@ #include +#include #include #include @@ -136,5 +137,7 @@ int main(int argc, char *argv[]) } } + unlink("stream_roundtrip.stream"); + return fail; } -- cgit v1.2.3