vswitch: Add external_ids column to every table.
[openvswitch] / tests / json.at
index 0449e0361dabffae0e13ce20f7ebf9be5b9b0c47..af53d76f47add413c12fe9b7e19614f63d1f94aa 100644 (file)
@@ -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