nlopess Thu Sep 13 18:24:26 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/file 006_basic.phpt 006_error.phpt
006_variation1.phpt
006_variation2.phpt
copy_variation15.phpt
copy_variation9.phpt
is_executable_basic.phpt
is_executable_variation1.phpt
is_executable_variation2.phpt
is_executable_variation3.phpt
is_readable_basic.phpt
is_readable_variation1.phpt
is_readable_variation2.phpt
is_readable_variation3.phpt
is_writable_basic.phpt
is_writable_variation1.phpt
is_writable_variation2.phpt
is_writable_variation3.phpt
mkdir_rmdir_variation1.phpt
mkdir_rmdir_variation2.phpt
symlink_link_linkinfo_is_link_variation6.phpt
unlink_variation1.phpt
Log:
fix skip reasons. the word 'skip' should be followed by a single space and
doesnt need any \n at the end
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/006_basic.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/006_basic.phpt
diff -u php-src/ext/standard/tests/file/006_basic.phpt:1.1.2.2
php-src/ext/standard/tests/file/006_basic.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/006_basic.phpt:1.1.2.2 Fri Jul 6
03:40:31 2007
+++ php-src/ext/standard/tests/file/006_basic.phpt Thu Sep 13 18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/006_error.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/006_error.phpt
diff -u php-src/ext/standard/tests/file/006_error.phpt:1.1.2.2
php-src/ext/standard/tests/file/006_error.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/006_error.phpt:1.1.2.2 Thu Jul 5
18:53:33 2007
+++ php-src/ext/standard/tests/file/006_error.phpt Thu Sep 13 18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/006_variation1.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/006_variation1.phpt
diff -u php-src/ext/standard/tests/file/006_variation1.phpt:1.1.2.2
php-src/ext/standard/tests/file/006_variation1.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/006_variation1.phpt:1.1.2.2 Fri Jul 6
03:40:31 2007
+++ php-src/ext/standard/tests/file/006_variation1.phpt Thu Sep 13 18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/006_variation2.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/006_variation2.phpt
diff -u php-src/ext/standard/tests/file/006_variation2.phpt:1.1.2.2
php-src/ext/standard/tests/file/006_variation2.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/006_variation2.phpt:1.1.2.2 Fri Jul 6
03:40:31 2007
+++ php-src/ext/standard/tests/file/006_variation2.phpt Thu Sep 13 18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/copy_variation15.phpt?r1=1.1.2.4&r2=1.1.2.5&diff_format=u
Index: php-src/ext/standard/tests/file/copy_variation15.phpt
diff -u php-src/ext/standard/tests/file/copy_variation15.phpt:1.1.2.4
php-src/ext/standard/tests/file/copy_variation15.phpt:1.1.2.5
--- php-src/ext/standard/tests/file/copy_variation15.phpt:1.1.2.4 Tue Sep
4 08:37:51 2007
+++ php-src/ext/standard/tests/file/copy_variation15.phpt Thu Sep 13
18:24:26 2007
@@ -10,7 +10,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
?>
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/copy_variation9.phpt?r1=1.1.2.4&r2=1.1.2.5&diff_format=u
Index: php-src/ext/standard/tests/file/copy_variation9.phpt
diff -u php-src/ext/standard/tests/file/copy_variation9.phpt:1.1.2.4
php-src/ext/standard/tests/file/copy_variation9.phpt:1.1.2.5
--- php-src/ext/standard/tests/file/copy_variation9.phpt:1.1.2.4 Tue Sep
4 08:37:51 2007
+++ php-src/ext/standard/tests/file/copy_variation9.phpt Thu Sep 13
18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
?>
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_executable_basic.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_executable_basic.phpt
diff -u php-src/ext/standard/tests/file/is_executable_basic.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_executable_basic.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_executable_basic.phpt:1.1.2.2 Thu Jun
14 15:40:06 2007
+++ php-src/ext/standard/tests/file/is_executable_basic.phpt Thu Sep 13
18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
@@ -12,7 +12,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_executable_variation1.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_executable_variation1.phpt
diff -u php-src/ext/standard/tests/file/is_executable_variation1.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_executable_variation1.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_executable_variation1.phpt:1.1.2.2
Fri Jul 6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_executable_variation1.phpt Thu Sep
13 18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
$filename = dirname(__FILE__)."/is_executable_root_check.tmp";
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_executable_variation2.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_executable_variation2.phpt
diff -u php-src/ext/standard/tests/file/is_executable_variation2.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_executable_variation2.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_executable_variation2.phpt:1.1.2.2
Fri Jul 6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_executable_variation2.phpt Thu Sep
13 18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
$filename = dirname(__FILE__)."/is_executable_root_check.tmp";
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_executable_variation3.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_executable_variation3.phpt
diff -u php-src/ext/standard/tests/file/is_executable_variation3.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_executable_variation3.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_executable_variation3.phpt:1.1.2.2
Fri Jul 6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_executable_variation3.phpt Thu Sep
13 18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
$filename = dirname(__FILE__)."/is_executable_root_check.tmp";
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_readable_basic.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_readable_basic.phpt
diff -u php-src/ext/standard/tests/file/is_readable_basic.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_readable_basic.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_readable_basic.phpt:1.1.2.2 Thu Jun
14 15:40:06 2007
+++ php-src/ext/standard/tests/file/is_readable_basic.phpt Thu Sep 13
18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
$filename = dirname(__FILE__)."/is_readable_root_check.tmp";
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_readable_variation1.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_readable_variation1.phpt
diff -u php-src/ext/standard/tests/file/is_readable_variation1.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_readable_variation1.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_readable_variation1.phpt:1.1.2.2 Fri Jul
6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_readable_variation1.phpt Thu Sep 13
18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
$filename = dirname(__FILE__)."/is_readable_root_check.tmp";
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_readable_variation2.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_readable_variation2.phpt
diff -u php-src/ext/standard/tests/file/is_readable_variation2.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_readable_variation2.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_readable_variation2.phpt:1.1.2.2 Fri Jul
6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_readable_variation2.phpt Thu Sep 13
18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
$filename = dirname(__FILE__)."/is_readable_root_check.tmp";
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_readable_variation3.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_readable_variation3.phpt
diff -u php-src/ext/standard/tests/file/is_readable_variation3.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_readable_variation3.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_readable_variation3.phpt:1.1.2.2 Fri Jul
6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_readable_variation3.phpt Thu Sep 13
18:24:26 2007
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for LINUX');
+ die('skip not for windows');
}
// Skip if being run by root (files are always readable, writeable and
executable)
$filename = dirname(__FILE__)."/is_readable_root_check.tmp";
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_writable_basic.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_writable_basic.phpt
diff -u php-src/ext/standard/tests/file/is_writable_basic.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_writable_basic.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_writable_basic.phpt:1.1.2.2 Thu Jun
14 15:40:06 2007
+++ php-src/ext/standard/tests/file/is_writable_basic.phpt Thu Sep 13
18:24:26 2007
@@ -8,7 +8,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_writable_variation1.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_writable_variation1.phpt
diff -u php-src/ext/standard/tests/file/is_writable_variation1.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_writable_variation1.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_writable_variation1.phpt:1.1.2.2 Fri Jul
6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_writable_variation1.phpt Thu Sep 13
18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_writable_variation2.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_writable_variation2.phpt
diff -u php-src/ext/standard/tests/file/is_writable_variation2.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_writable_variation2.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_writable_variation2.phpt:1.1.2.2 Fri Jul
6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_writable_variation2.phpt Thu Sep 13
18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_writable_variation3.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/is_writable_variation3.phpt
diff -u php-src/ext/standard/tests/file/is_writable_variation3.phpt:1.1.2.2
php-src/ext/standard/tests/file/is_writable_variation3.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/is_writable_variation3.phpt:1.1.2.2 Fri Jul
6 18:30:46 2007
+++ php-src/ext/standard/tests/file/is_writable_variation3.phpt Thu Sep 13
18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/mkdir_rmdir_variation1.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/mkdir_rmdir_variation1.phpt
diff -u php-src/ext/standard/tests/file/mkdir_rmdir_variation1.phpt:1.1.2.1
php-src/ext/standard/tests/file/mkdir_rmdir_variation1.phpt:1.1.2.2
--- php-src/ext/standard/tests/file/mkdir_rmdir_variation1.phpt:1.1.2.1 Mon Jul
9 17:38:33 2007
+++ php-src/ext/standard/tests/file/mkdir_rmdir_variation1.phpt Thu Sep 13
18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/mkdir_rmdir_variation2.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/mkdir_rmdir_variation2.phpt
diff -u php-src/ext/standard/tests/file/mkdir_rmdir_variation2.phpt:1.1.2.1
php-src/ext/standard/tests/file/mkdir_rmdir_variation2.phpt:1.1.2.2
--- php-src/ext/standard/tests/file/mkdir_rmdir_variation2.phpt:1.1.2.1 Mon Jul
9 17:38:33 2007
+++ php-src/ext/standard/tests/file/mkdir_rmdir_variation2.phpt Thu Sep 13
18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index:
php-src/ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt
diff -u
php-src/ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt:1.1.2.3
php-src/ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt:1.1.2.4
---
php-src/ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt:1.1.2.3
Mon Aug 20 03:12:36 2007
+++
php-src/ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt
Thu Sep 13 18:24:26 2007
@@ -18,7 +18,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/unlink_variation1.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/standard/tests/file/unlink_variation1.phpt
diff -u php-src/ext/standard/tests/file/unlink_variation1.phpt:1.1.2.3
php-src/ext/standard/tests/file/unlink_variation1.phpt:1.1.2.4
--- php-src/ext/standard/tests/file/unlink_variation1.phpt:1.1.2.3 Mon Aug
20 04:07:02 2007
+++ php-src/ext/standard/tests/file/unlink_variation1.phpt Thu Sep 13
18:24:26 2007
@@ -11,7 +11,7 @@
fclose($fp);
if(fileowner($filename) == 0) {
unlink ($filename);
- die('skip...cannot be run as root\n');
+ die('skip cannot be run as root');
}
unlink($filename);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php