lua: Fix tests
authorVicent Marti <tanoku@gmail.com>
Sun, 1 May 2016 11:40:43 +0000 (13:40 +0200)
committerVicent Marti <tanoku@gmail.com>
Fri, 6 May 2016 09:00:43 +0000 (11:00 +0200)
tests/lua/test_uprobes.lua

index c4a7758..d419eb5 100644 (file)
@@ -64,7 +64,7 @@ int count(struct pt_regs *ctx) {
 end
 
 function TestUprobes:teardown()
-  BPF.cleanup_probes()
+  BPF.cleanup()
 end
 
 suite("TestUprobes", TestUprobes)