1
0
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:
Jani Taskinen
2009-09-10 15:05:49 +00:00
parent 04e3e09f9c
commit 8974c5e051
4 changed files with 16 additions and 16 deletions
@@ -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
)
)