Skip to content

Commit

Permalink
reverted back a few test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Dante Grazioli committed Jul 20, 2020
1 parent 973fa67 commit 9a1bbc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/dump_request/dump_request_invalid_folder.phpt
Expand Up @@ -21,6 +21,6 @@ echo "2\n";
--EXPECTF--
1

Warning: [snuffleupagus][0.0.0.0][request_logging][simulation] Unable to create the folder '/root/NON_EXISTENT/FOLDER/PLEASE/' in %a/dump_request_invalid_folder.php on line %d
Warning: [snuffleupagus][0.0.0.0][request_logging] Unable to create the folder '/root/NON_EXISTENT/FOLDER/PLEASE/' in %a/dump_request_invalid_folder.php on line %d

Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system' in %a/dump_request_invalid_folder.php on line %d
Expand Up @@ -34,6 +34,6 @@ echo "2\n";
--EXPECTF--
1

Warning: [snuffleupagus][0.0.0.0][request_logging][simulation] Unable to open %a: Permission denied in %a/dump_request_nonwriteable_folder.php on line %d
Warning: [snuffleupagus][0.0.0.0][request_logging] Unable to open %a: Permission denied in %a/dump_request_nonwriteable_folder.php on line %d

Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system' in %a/dump_request_nonwriteable_folder.php on line 3
2 changes: 1 addition & 1 deletion src/tests/upload_validation/upload_validation_invalid.phpt
Expand Up @@ -13,7 +13,7 @@ Content-Disposition: form-data; name="test"; filename="test.php"
echo 1;
?>
--EXPECTF--
Warning: [snuffleupagus][0.0.0.0][upload_validation][simulation] Could not call './tests/data/upload_invalid.sh' : Exec format error in Unknown on line 0
Warning: [snuffleupagus][0.0.0.0][upload_validation] Could not call './tests/data/upload_invalid.sh' : Exec format error in Unknown on line 0
X-Powered-By: PHP/%a
Content-type: text/html; charset=UTF-8%a
%a
Expand Down

0 comments on commit 9a1bbc1

Please sign in to comment.