X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flockfile.at;h=9cc95a8f2b65cc4e006f46cf6858878602c9aff6;hb=51c82a49d58daebe289e045fe44009d59b1f9236;hp=90a142c48d1a6f8f47d5ad9a9d9e18b18bd995fe;hpb=ac718c9dbde6340a85d18c5c8d555d8e0ec88bb3;p=openvswitch diff --git a/tests/lockfile.at b/tests/lockfile.at index 90a142c4..9cc95a8f 100644 --- a/tests/lockfile.at +++ b/tests/lockfile.at @@ -3,7 +3,7 @@ AT_BANNER([lockfile unit tests]) m4_define([CHECK_LOCKFILE], [AT_SETUP([m4_translit([$1], [_], [ ])]) AT_KEYWORDS([lockfile]) - OVS_CHECK_LCOV([test-lockfile $1], [0], [$1: success (m4_if( + AT_CHECK([test-lockfile $1], [0], [$1: success (m4_if( [$2], [1], [$2 child], [$2 children])) ]) AT_CLEANUP])