From 051d3e9511cff482dca8585306d8c8fe2c8fd339 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Sun, 1 May 2016 13:40:43 +0200 Subject: [PATCH] lua: Fix tests --- tests/lua/test_uprobes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lua/test_uprobes.lua b/tests/lua/test_uprobes.lua index c4a7758..d419eb5 100644 --- a/tests/lua/test_uprobes.lua +++ b/tests/lua/test_uprobes.lua @@ -64,7 +64,7 @@ int count(struct pt_regs *ctx) { end function TestUprobes:teardown() - BPF.cleanup_probes() + BPF.cleanup() end suite("TestUprobes", TestUprobes) -- 2.7.4