datapath: Add compatibility code for sparse annotations.
[openvswitch] / tests / ovsdb-tool.at
index 7f09d3494ed4a4d29eb8167a03092822a6c00e9a..c2ec881032cadfcbbfd18cb30a800f3a730fb649 100644 (file)
@@ -45,7 +45,7 @@ AT_CHECK([[ovsdb-tool transact db '
 AT_CHECK([perl $srcdir/uuidfilt.pl stdout], [0],
  [[[{"uuid":["uuid","<0>"]},{}]
 ]])
-AT_CHECK([grep -q "add row for 5" db])
+AT_CHECK([grep "add row for 5" db], [0], [ignore])
 AT_CLEANUP
 
 AT_SETUP([ovsdb-tool compact])