diff options
| author | Nuno Lopes <nlopess@php.net> | 2006-11-24 15:47:45 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2006-11-24 15:47:45 +0000 |
| commit | d64b17543cfa5e171ca493eb3581eea0acd42dba (patch) | |
| tree | d12e15b9bd1f7cd9df672ab437a016908f6a83fd /ext/ftp/tests/bug7216-2.phpt | |
| parent | 050e32ed65e3f479e6af88cf5ed9f88c158af0dd (diff) | |
| download | php-git-d64b17543cfa5e171ca493eb3581eea0acd42dba.tar.gz | |
fix tests after Tony's commit and add a test for the bug he fixed
Diffstat (limited to 'ext/ftp/tests/bug7216-2.phpt')
| -rw-r--r-- | ext/ftp/tests/bug7216-2.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ftp/tests/bug7216-2.phpt b/ext/ftp/tests/bug7216-2.phpt index ce31c45ab5..62b6ec84bf 100644 --- a/ext/ftp/tests/bug7216-2.phpt +++ b/ext/ftp/tests/bug7216-2.phpt @@ -16,6 +16,6 @@ var_dump(ftp_login($ftp, 'anonymous', 'IEUser@')); var_dump(ftp_mkdir($ftp, 'CVS')); ?> ---EXPECTREGEX-- -bool\(true\) -string\(\d+\) ".+[\/\\]CVS" +--EXPECT-- +bool(true) +string(20) "/path/to/ftproot/CVS" |
