src/tests cleanup
[nestedvm.git] / src / tests / EchoHelper.c
index f1cf1a4..32c95e0 100644 (file)
@@ -9,6 +9,7 @@ int main() {
         for(p=buf;*p && *p!='\n' && *p!='\r';p++);
         *p = '\0';
         fprintf(stdout,"You said: %s\n",buf);
+        fflush(stdout);
         fprintf(stderr,"They said: %s\n",buf);
         if(strcmp(buf,"exit")==0) break;
     }