mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-24 19:02:27 +01:00
12 lines
299 B
Diff
12 lines
299 B
Diff
Ref https://github.com/wismill/kbd/commit/0f410510f586e659fbdba9cfc3846be343b8dd30
|
|
|
|
--- a/tests/unittest.at
|
|
+++ b/tests/unittest.at
|
|
@@ -5,5 +5,5 @@
|
|
]])
|
|
|
|
m4_define([UNITTEST_MEMCHECK],[
|
|
-AT_CHECK([UNITTEST_RUN_MEMCHECK([$1])],[$2],[$3],[$4],[$5],[$6])
|
|
+AT_CHECK([$1],[$2],[$3],[$4],[$5],[$6])
|
|
])
|