* Fix file_open() in python test

This commit is contained in:
pancake 2011-06-25 21:25:44 +02:00
parent 90bdfd008d
commit d8ebc90f11

View File

@ -2,7 +2,7 @@ from r2.r_core import *
from r2.r_cons import *
core = RCore()
core.file_open("/bin/ls", False)
core.file_open("/bin/ls", False, 0)
core.cmd0("pd 8");
RCons.flush()