gamnit: implement `lock_cursor` using SDL2 `relative_mouse_mode`
[nit.git] / tests / test_exec.nit
index efb94b7..58b6343 100644 (file)
@@ -24,6 +24,7 @@ print ""
 
 var ip = new ProcessReader("echo", "B hello world!")
 ip.read_line.output
+ip.eof.output
 ip.wait
 print ip.status