Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Make the testsuite a bit more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Oct 25, 2017
1 parent 4ed5148 commit 30b900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/dump_request.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cookie_a=data_cookie_a&cookie_b=data_cookie_b
sp.configuration_file={PWD}/config/dump_request.ini
--FILE--
<?php
mkdir("/tmp/dump_results/");
@mkdir("/tmp/dump_results/");
echo "1\n";
echo system("echo 1337;");
$filename = glob('/tmp/dump_results/*.dump')[0];
Expand Down

0 comments on commit 30b900f

Please sign in to comment.