|
@@ -29,12 +29,10 @@ class TestSys extends TestCommandBase {
|
|
|
}
|
|
|
#end
|
|
|
|
|
|
- #if (neko || python || php || java || cs)
|
|
|
function testRawCommand() {
|
|
|
var bin = sys.FileSystem.absolutePath(ExitCode.bin);
|
|
|
var native = sys.FileSystem.absolutePath(ExitCode.getNative());
|
|
|
var exitCode = run('$native 1 || $native 0');
|
|
|
assertEquals(0, exitCode);
|
|
|
}
|
|
|
- #end
|
|
|
}
|