Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: LayoutTests/http/tests/navigation/resources/delete-ping.php

Issue 334113003: Deflake http/tests/navigation/ping-*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/navigation/resources/delete-ping.php
diff --git a/LayoutTests/http/tests/navigation/resources/delete-ping.php b/LayoutTests/http/tests/navigation/resources/delete-ping.php
index c3a0fdcbcf98c1acc11f7d8928818c0d46f1fdc3..f6b3de1ed1e2dc235d4446299ed3e275cfd7dd01 100644
--- a/LayoutTests/http/tests/navigation/resources/delete-ping.php
+++ b/LayoutTests/http/tests/navigation/resources/delete-ping.php
@@ -1,3 +1,4 @@
<?php
-unlink("ping.txt");
+$pingFilename = sys_get_temp_dir() . "/ping." . $_GET["test"];
+unlink($pingFilename);
?>
« no previous file with comments | « LayoutTests/http/tests/navigation/resources/check-ping.php ('k') | LayoutTests/http/tests/navigation/resources/save-Ping.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698