Fix bug base in array-test
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Feb 2011 05:02:42 +0000 (00:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Feb 2011 05:03:19 +0000 (00:03 -0500)
glib/tests/array-test.c

index c570a8e..69d52b5 100644 (file)
@@ -764,7 +764,7 @@ main (int argc, char *argv[])
 {
   g_test_init (&argc, &argv, NULL);
 
-  g_test_bug_base ("http://bugs.gnome.org/%s");
+  g_test_bug_base ("http://bugs.gnome.org/");
 
   /* array tests */
   g_test_add_func ("/array/append", array_append);