summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>2013-05-23 09:10:14 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2013-05-24 09:20:32 +1000
commitfcf7891f3051a4d034ef9c1767a7b0bd18f27d7a (patch)
treee1d531bd80f89f1fc357c537aa8a302a3455c76b
parentaf9ae20fd9f51381e0d16d0e6e4617ec4c543bc2 (diff)
lib/libX11: fix bugzilla link
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tests/lib/libX11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/libX11.cpp b/tests/lib/libX11.cpp
index c175b60..3ca2b74 100644
--- a/tests/lib/libX11.cpp
+++ b/tests/lib/libX11.cpp
@@ -61,7 +61,7 @@ TEST_F(libX11Test, MakeBigReqBufferOverflow)
XORG_TESTCASE("Fill dpybuf until there are exactly 12 bytes left.\n"
"Request a PolyFillArc BigRequest\n"
"Verify that the request does not run outside the buffer"
- "https://bugzilla.redhat.com/show_bug.cgi?id=56508");
+ "https://bugs.freedesktop.org/show_bug.cgi?id=56508");
::Display *dpy = Display();
XSynchronize(dpy, False);