addedd gcc-4.4.0
[dottout.git] / dev-libs / glib / files / glib-2.18.1-workaround-gio-test-failure-without-userpriv.patch
blobcabe56f567d06ef8f1133cc2e3b0047cf6f09cc7
1 Temporary workaround for gio tests failure when ran without FEATURES=userpriv
2 until upstream bug #552912 is fixed
4 --- gio/tests/live-g-file.c.orig 2008-09-25 05:44:12.848556034 +0300
5 +++ gio/tests/live-g-file.c 2008-09-25 06:12:34.248726237 +0300
6 @@ -769,11 +769,14 @@
7 if (posix_compat)
9 /* target directory is not accessible (no execute flag) */
10 +#if 0
11 +/* Fails when ran as root */
12 do_copy_move (root, item, TEST_DIR_NO_ACCESS,
13 TEST_NO_ACCESS);
14 /* target directory is readonly */
15 do_copy_move (root, item, TEST_DIR_NO_WRITE,
16 TEST_NO_ACCESS);
17 +#endif