id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1956,Confused test 2 in t/src/misc.t,doughera,NotFound,"I think test 2 in t/src/misc.t is confused.  The gist of the test is this (edited for clarity)

{{{
char *buf = ""unchanged"";
Parrot_snprintf(interp, buf, 0, """");
if (buf == ""unchanged"") puts(""Done"");
else fail(buf);
}}}

I think the test should actually test whether the *contents* of buf have changed.  The attached patch uses strcmp instead.",bug,closed,normal,,none,2.11.0,medium,fixed,,,,new,
