Explorar o código

[php] test Sys.command with raw cmd string

Andy Li %!s(int64=9) %!d(string=hai) anos
pai
achega
669a872091
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/sys/src/TestSys.hx

+ 1 - 1
tests/sys/src/TestSys.hx

@@ -29,7 +29,7 @@ class TestSys extends TestCommandBase {
 	}
 	#end
 
-	#if (neko || python)
+	#if (neko || python || php)
 	function testRawCommand() {
 		var bin = sys.FileSystem.absolutePath(ExitCode.bin);
 		var native = sys.FileSystem.absolutePath(ExitCode.getNative());