summaryrefslogtreecommitdiff
path: root/tests/aes128.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aes128.at')
-rw-r--r--tests/aes128.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aes128.at b/tests/aes128.at
index 991f627f3..4818f5cd9 100644
--- a/tests/aes128.at
+++ b/tests/aes128.at
@@ -3,7 +3,7 @@ AT_BANNER([AES-128 unit tests])
m4_define([AES128_CHECK],
[AT_SETUP([$1])
AT_KEYWORDS([aes128])
- OVS_CHECK_LCOV([test-aes128 $2 $3], [0], [$4
+ AT_CHECK([test-aes128 $2 $3], [0], [$4
], [])
AT_CLEANUP])