Skip to content

Commit 73c44d6

Browse files
morrisonlevilstrojny
authored andcommitted
Fixed assumption that the temporary directory is located in /tmp
1 parent 7f3b5b7 commit 73c44d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/tests/upload_2G.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ array(1) {
8989
["type"]=>
9090
string(10) "text/plain"
9191
["tmp_name"]=>
92-
string(14) "/tmp/php%s"
92+
string(%d) "%s"
9393
["error"]=>
9494
int(0)
9595
["size"]=>

0 commit comments

Comments
 (0)