diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-11-07 11:45:53 +0000 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2017-11-07 11:45:53 +0000 |
commit | fac219adf83212e7f46de812e145ca9964c6e888 (patch) | |
tree | f2f3e4f4e2172f67ebcbc0541fcc5527f015753e /glib/tests/bytes.c | |
parent | cfe41f4cedfec6de09561411246529886ec9e7cc (diff) | |
download | glib-fac219adf83212e7f46de812e145ca9964c6e888.tar.gz |
tests: Fix a couple of bug base URIs
bugs.gnome.org doesn’t redirect properly any more (and isn’t HTTPS).
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'glib/tests/bytes.c')
-rw-r--r-- | glib/tests/bytes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/tests/bytes.c b/glib/tests/bytes.c index 518824312..a436eaebf 100644 --- a/glib/tests/bytes.c +++ b/glib/tests/bytes.c @@ -329,7 +329,7 @@ main (int argc, char *argv[]) { g_test_init (&argc, &argv, NULL); - g_test_bug_base ("http://bugs.gnome.org/"); + g_test_bug_base ("https://bugzilla.gnome.org/"); g_test_add_func ("/bytes/new", test_new); g_test_add_func ("/bytes/new-take", test_new_take); |