X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fjson.at;h=af53d76f47add413c12fe9b7e19614f63d1f94aa;hb=13008eb3dd6b52905156389032e9251fd692c7c0;hp=0449e0361dabffae0e13ce20f7ebf9be5b9b0c47;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=openvswitch diff --git a/tests/json.at b/tests/json.at index 0449e036..af53d76f 100644 --- a/tests/json.at +++ b/tests/json.at @@ -78,7 +78,7 @@ JSON_CHECK_NEGATIVE([null bytes not allowed], AT_SETUP([end of input in quoted string]) AT_KEYWORDS([json negative]) -AT_CHECK([printf '\"xxx' | test-json -], [1], +AT_CHECK([printf '"xxx' | test-json -], [1], [error: line 0, column 4, byte 4: unexpected end of input in quoted string ]) AT_CLEANUP