Jelajahi Sumber

[php] test Sys.command with raw cmd string

Andy Li 9 tahun lalu
induk
melakukan
669a872091
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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());