aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/stream_roundtrip.c3
1 files changed, 3 insertions, 0 deletions
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 <stdio.h>
+#include <unistd.h>
#include <stream.h>
#include <image.h>
@@ -136,5 +137,7 @@ int main(int argc, char *argv[])
}
}
+ unlink("stream_roundtrip.stream");
+
return fail;
}