summaryrefslogtreecommitdiff
blob: efe0f6e3d49f1bd8a5c4ed2110f41fb6db715123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From d1a7d0348ad8aa0ede756d5e24501c21d3e99d57 Mon Sep 17 00:00:00 2001
From: Sobhan Mohammadpour <sobhanmohammadpour1@yahoo.fr>
Date: Mon, 18 Feb 2013 16:23:08 +0330
Subject: [PATCH] epiphany-3.7.5-test-gwarning

g_warning makes gtester abort tests. We do not care about this
particular one because it actually is in ${T} which is a safe directory
with regard to live system.

---
 tests/ephy-file-helpers-test.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/ephy-file-helpers-test.c b/tests/ephy-file-helpers-test.c
index c33c1da..2762daf 100644
--- a/tests/ephy-file-helpers-test.c
+++ b/tests/ephy-file-helpers-test.c
@@ -96,8 +96,6 @@ test_ephy_file_helpers_init (void)
        * prefixed with /tmp. */
       if (g_str_has_prefix (tmp_dir, "/tmp"))
         g_assert (ephy_file_delete_dir_recursively (file, NULL));
-      else
-        g_warning ("INIT: dangerous path returned as tmp_dir: %s", tmp_dir);
 
       g_object_unref (file);
     }
-- 
1.8.1.2