mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
- Fix skips
This commit is contained in:
@@ -6,14 +6,14 @@ Venkat Raman Don (don.raman@microsoft.com)
|
||||
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
$cmd = "mklink.exe /?";
|
||||
$ret = @exec($cmd, $output, $return_val);
|
||||
if (count($output) == 0) {
|
||||
die("mklink.exe not found in PATH");
|
||||
}
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
@@ -51,4 +51,4 @@ bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
|
||||
@@ -6,14 +6,14 @@ Venkat Raman Don (don.raman@microsoft.com)
|
||||
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
$cmd = "mklink.exe /?";
|
||||
$ret = @exec($cmd, $output, $return_val);
|
||||
if (count($output) == 0) {
|
||||
die("mklink.exe not found in PATH");
|
||||
}
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
@@ -53,4 +53,4 @@ I am included.
|
||||
I am included.
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
|
||||
@@ -6,14 +6,14 @@ Venkat Raman Don (don.raman@microsoft.com)
|
||||
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
$cmd = "mklink.exe /?";
|
||||
$ret = @exec($cmd, $output, $return_val);
|
||||
if (count($output) == 0) {
|
||||
die("mklink.exe not found in PATH");
|
||||
}
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
@@ -63,4 +63,4 @@ Array
|
||||
[1] => ..
|
||||
[2] => a.php
|
||||
[3] => b.php
|
||||
)
|
||||
)
|
||||
|
||||
@@ -6,14 +6,14 @@ Venkat Raman Don (don.raman@microsoft.com)
|
||||
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
$cmd = "junction.exe /?";
|
||||
$ret = @exec($cmd, $output, $return_val);
|
||||
if (count($output) == 0) {
|
||||
die("junction.exe not found in PATH");
|
||||
}
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
|
||||
die('skip windows only test');
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
@@ -45,4 +45,4 @@ Array
|
||||
[1] => ..
|
||||
[2] => a.php
|
||||
[3] => b.php
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user