Skip to content

Commit 1ebb65f

Browse files
author
pierrick
committed
Fix test
git-svn-id: http://svn.php.net/repository/php/php-src/trunk@320585 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 545acc1 commit 1ebb65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/tests/bug27023.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain;f
3333
curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
3434
var_dump(curl_exec($ch));
3535

36-
$params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain;filename=foo.txt');
36+
$params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;filename=foo.txt;type=text/plain');
3737
curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
3838
var_dump(curl_exec($ch));
3939

0 commit comments

Comments
 (0)