summaryrefslogtreecommitdiff
path: root/test/XpmCreate.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-27 18:03:13 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-27 18:03:13 -0700
commite01d691aa684d0d1247f772b7c537ec3254bb9bc (patch)
tree0b8bcc40a572f053e94ee211fbbd6e0a107a5230 /test/XpmCreate.c
parent92030dd4c221e8043521ae4dc9d32d50e6ff44c4 (diff)
downloadxorg-lib-libXpm-e01d691aa684d0d1247f772b7c537ec3254bb9bc.tar.gz
test: Use PACKAGE_BUGREPORT instead of hard-coded URL's
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'test/XpmCreate.c')
-rw-r--r--test/XpmCreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/XpmCreate.c b/test/XpmCreate.c
index 6c3d990..78bfd29 100644
--- a/test/XpmCreate.c
+++ b/test/XpmCreate.c
@@ -118,7 +118,7 @@ int
main(int argc, char** argv)
{
g_test_init(&argc, &argv, NULL);
- g_test_bug_base("https://gitlab.freedesktop.org/xorg/lib/libxpm/-/issues/");
+ g_test_bug_base(PACKAGE_BUGREPORT);
g_test_add_func("/XpmCreate/XpmCreateXpmImageFromData",
test_XpmCreateXpmImageFromData);