X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fovsdb.at;h=1ee9c03785b3d37c3ba722bc10c9daf107e6a993;hb=169e3808f7c510a048589d8e658336919079a6a0;hp=141417aad284bccf31651f40944a71236944486a;hpb=1e19e50e8d3a1822bc82e81409748f173079ccff;p=openvswitch diff --git a/tests/ovsdb.at b/tests/ovsdb.at index 141417aa..1ee9c037 100644 --- a/tests/ovsdb.at +++ b/tests/ovsdb.at @@ -3,13 +3,9 @@ # Runs "test-ovsdb TEST-OVSDB-ARGS" and checks that it exits with # status 0 and prints OUTPUT on stdout. # -# TITLE is provided to AT_SETUP and KEYWORDS to AT_KEYWORDS. If -# PREREQ is specified then the test is skipped if the Autoconf version -# is less than PREREQ. +# TITLE is provided to AT_SETUP and KEYWORDS to AT_KEYWORDS. m4_define([OVSDB_CHECK_POSITIVE], [AT_SETUP([$1]) - m4_if([$5], [], [], - [AT_XFAIL_IF([m4_version_prereq([$5], [false], [true])])]) AT_KEYWORDS([ovsdb positive $4]) AT_CHECK([test-ovsdb $2], [0], [$3 ], [])