Skip to content

Commit

Permalink
fix dir separator in test
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Nov 5, 2014
1 parent acd93df commit 5326647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/curl/tests/bug68089.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ var_dump(curl_setopt($ch, CURLOPT_URL, $url));
?>
Done
--EXPECTF--
Warning: curl_setopt(): Curl option contains invalid characters (\0) in %s/bug68089.php on line 4
Warning: curl_setopt(): Curl option contains invalid characters (\0) in %s%ebug68089.php on line 4
bool(false)
Done

0 comments on commit 5326647

Please sign in to comment.