aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ephy-download-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ephy-download-test.c b/tests/ephy-download-test.c
index d2b986319..98ab2b119 100644
--- a/tests/ephy-download-test.c
+++ b/tests/ephy-download-test.c
@@ -151,6 +151,7 @@ test_ephy_download_start (Fixture *fixture, gconstpointer data)
g_signal_connect (G_OBJECT (fixture->download), "completed",
G_CALLBACK (completed_cb), fixture);
+ ephy_download_set_action (fixture->download, EPHY_DOWNLOAD_ACTION_DO_NOTHING);
ephy_download_start (fixture->download);
g_main_loop_run (fixture->loop);
}