Tests: Fix nonportable \" escape in printf(1) invocation.
[sliver-openvswitch.git] / tests / json.at
index 0449e03..af53d76 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