$NetBSD: patch-al,v 1.3 2007/11/27 21:33:23 drochner Exp $

--- tests/convert-test.c.orig	2007-11-26 15:26:15.000000000 +0100
+++ tests/convert-test.c
@@ -73,6 +73,7 @@ test_one_half (void)
   g_assert (strcmp (out, "\xbd") == 0);
   g_free (out);
 
+#if 0 /* these 2 tests depend on GNU iconv specific behaviour */
   out = g_convert (in, -1, 
 		   "ISO-8859-15", "UTF-8",
 		   &bytes_read, &bytes_written,
@@ -96,6 +97,7 @@ test_one_half (void)
   g_assert (bytes_written == 1);
   g_assert (strcmp (out, "a") == 0);
   g_free (out);
+#endif
 }
 
 static void
