summaryrefslogtreecommitdiff
path: root/tests/lib/test_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test_ntop.c')
-rw-r--r--tests/lib/test_ntop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/test_ntop.c b/tests/lib/test_ntop.c
index 1806059963..0a55ecddb8 100644
--- a/tests/lib/test_ntop.c
+++ b/tests/lib/test_ntop.c
@@ -81,7 +81,6 @@ int main(int argc, char **argv)
assert(inet_pton(AF_INET6, buf1, &i6check));
assert(!memcmp(&i6, &i6check, sizeof(i6)));
- assert(strlen(buf1) <= strlen(buf2));
}
return 0;
}