Commit Diff


commit - 16ace04d459b77fc14ca5b14125ac955769ed72c
commit + 578ba2d81b2fa5f839314190f42bb9116069db7a
blob - f322c1e1f6e7a85c1b328cd3825dbb091521f9d5
blob + 3e4d823343de421e402c437962283292e8742b29
--- uri_test.c
+++ uri_test.c
@@ -87,12 +87,6 @@ main(void)
 {
 	struct uri empty = {"", "", "", PASS, "", "", ""};
 
-	TEST("foo://bar.com/foo%00?baz",
-	    FAIL,
-	    empty,
-	    "rejects %00");
-	return 0;
-
 	TEST("http://omarpolo.com",
 	    PASS,
 	    URI("http", "omarpolo.com", "", "", "", ""),