aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/run_encoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_encoder.c b/test/run_encoder.c
index 397dd8572..db4d3af9b 100644
--- a/test/run_encoder.c
+++ b/test/run_encoder.c
@@ -106,6 +106,8 @@ int main(int argc, char **argv)
return 1;
}
+ encoder_to_stdout(encoder);
+
/* do it */
while ((nbytes = read(0, buffer, sizeof(buffer))) > 0) {