X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fovsdb-tool.at;h=c2ec881032cadfcbbfd18cb30a800f3a730fb649;hb=fb3ea74b114e7c1089dfb8851d0b5fb18aa9a6ce;hp=7f09d3494ed4a4d29eb8167a03092822a6c00e9a;hpb=370a11b90339cd26a64d29d5320a5f864330be02;p=openvswitch diff --git a/tests/ovsdb-tool.at b/tests/ovsdb-tool.at index 7f09d349..c2ec8810 100644 --- a/tests/ovsdb-tool.at +++ b/tests/ovsdb-tool.at @@ -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])