diff options
Diffstat (limited to 'www-client/epiphany/files/epiphany-3.6.1-test-gwarning.patch')
-rw-r--r-- | www-client/epiphany/files/epiphany-3.6.1-test-gwarning.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www-client/epiphany/files/epiphany-3.6.1-test-gwarning.patch b/www-client/epiphany/files/epiphany-3.6.1-test-gwarning.patch deleted file mode 100644 index 70fbe9b0ba1c..000000000000 --- a/www-client/epiphany/files/epiphany-3.6.1-test-gwarning.patch +++ /dev/null @@ -1,15 +0,0 @@ -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. - ---- a/tests/ephy-file-helpers-test.c 2012-09-10 17:39:58.000000000 +0200 -+++ b/tests/ephy-file-helpers-test.c 2013-01-20 22:22:27.409706652 +0100 -@@ -96,8 +96,6 @@ - * 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); - } |