Avoid printf(3) directive interpretation in long_format testcase
description.
This commit is contained in:
parent
8ae8912463
commit
e792323b22
@ -34,7 +34,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: t_gdtoa.c,v 1.1 2010/12/31 04:08:33 pgoyette Exp $");
|
||||
__RCSID("$NetBSD: t_gdtoa.c,v 1.2 2011/06/14 12:17:57 njoly Exp $");
|
||||
|
||||
#include <atf-c.h>
|
||||
|
||||
@ -47,7 +47,7 @@ ATF_TC(long_format);
|
||||
ATF_TC_HEAD(long_format, tc)
|
||||
{
|
||||
|
||||
atf_tc_set_md_var(tc, "descr", "Test printf with %1.262159f format");
|
||||
atf_tc_set_md_var(tc, "descr", "Test printf with %%1.262159f format");
|
||||
}
|
||||
|
||||
ATF_TC_BODY(long_format, tc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user