瀏覽代碼

[php] test Sys.command with raw cmd string

Andy Li 9 年之前
父節點
當前提交
669a872091
共有 1 個文件被更改,包括 1 次插入1 次删除
  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());