]> git.ozlabs.org Git - ccan/commit
rfc822: Rename bad-header test
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 4 Oct 2012 14:12:27 +0000 (00:12 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 4 Oct 2012 14:12:40 +0000 (00:12 +1000)
commitcd90166506cb26fc0ed56c913265f490ff48f7cd
tree9f4cf5c294110e5bbcf1dbc4ec0f275d581850e1
parent786fd5a12b2a0d7f167f5eebf83ff8b96e532c3f
rfc822: Rename bad-header test

The run-bad-header.c test in the rfc822 module is actually testing handling
of one specific sort of bad header - a header field which contains no
colon character.  Rename the test and its internal variables to better
reflect this.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
ccan/rfc822/test/run-bad-header.c [deleted file]
ccan/rfc822/test/run-hdr-no-colon.c [new file with mode: 0644]