gamnit: make `SpriteSet` public so clients can use its services
[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