From e01d691aa684d0d1247f772b7c537ec3254bb9bc Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 27 Mar 2023 18:03:13 -0700 Subject: test: Use PACKAGE_BUGREPORT instead of hard-coded URL's Signed-off-by: Alan Coopersmith --- test/XpmWrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/XpmWrite.c') diff --git a/test/XpmWrite.c b/test/XpmWrite.c index 10b6207..49b5b21 100644 --- a/test/XpmWrite.c +++ b/test/XpmWrite.c @@ -330,7 +330,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("/XpmRead/XpmWriteFileFromXpmImage", -- cgit v1.2.3