aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_strings.c')
-rw-r--r--src/util/test_strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_strings.c b/src/util/test_strings.c
index 88de0b81b..570776a81 100644
--- a/src/util/test_strings.c
+++ b/src/util/test_strings.c
@@ -97,7 +97,9 @@ check ()
97 GNUNET_free (r); 97 GNUNET_free (r);
98 b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "ASCII"); 98 b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "ASCII");
99 WANT ("TEST", b); 99 WANT ("TEST", b);
100 GNUNET_log_skip (2, GNUNET_NO);
100 b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "unknown"); 101 b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "unknown");
102 GNUNET_log_skip (0, GNUNET_YES);
101 WANT ("TEST", b); 103 WANT ("TEST", b);
102 return 0; 104 return 0;
103} 105}