summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2016-12-19 04:55:18 +0000
committerdjm <djm@openbsd.org>2016-12-19 04:55:18 +0000
commit022d19d0949e167610093f46ef211d2dc9c41b0d (patch)
treeac2fa7494f84921ccec6676d8aae356ceaf144aa
parentUse LOGNAME to get current user and fall back to whoami if not set. (diff)
downloadwireguard-openbsd-022d19d0949e167610093f46ef211d2dc9c41b0d.tar.xz
wireguard-openbsd-022d19d0949e167610093f46ef211d2dc9c41b0d.zip
remove testcase that depends on exact output and behaviour of
snprintf(..., "%s", NULL)
-rw-r--r--regress/usr.bin/ssh/unittests/utf8/tests.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/utf8/tests.c b/regress/usr.bin/ssh/unittests/utf8/tests.c
index fad2ec27944..1f1fea1bcca 100644
--- a/regress/usr.bin/ssh/unittests/utf8/tests.c
+++ b/regress/usr.bin/ssh/unittests/utf8/tests.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tests.c,v 1.2 2016/05/30 12:05:56 schwarze Exp $ */
+/* $OpenBSD: tests.c,v 1.3 2016/12/19 04:55:18 djm Exp $ */
/*
* Regress test for the utf8.h *mprintf() API
*
@@ -63,7 +63,6 @@ tests(void)
TEST_DONE();
badarg();
- one("null", NULL, 8, 6, 6, "(null)");
one("empty", "", 2, 0, 0, "");
one("ascii", "x", -2, -2, -2, "x");
one("newline", "a\nb", -2, -2, -2, "a\nb");