--- libaitio/example/test_exec.c 2013/12/08 20:58:33 1.1.2.11 +++ libaitio/example/test_exec.c 2013/12/08 21:11:54 1.1.2.12 @@ -52,7 +52,7 @@ main(int argc, char **argv) again: f = io_progAttach(p); printf("f=%d\n", f); - write(f, "\n", 1); + write(f, "v\n", 1); memset(str, 0, sizeof str); while (read(f, str, sizeof str) > 0) { printf(">>> %s", str);