Skip to content

Commit 5234fd7

Browse files
committed
fixup! fixup! userspace-probe: Implements ELF support tests
1 parent 9ac5d2f commit 5234fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/kernel/test_userspace_probe

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function test_userprobe_enable_in_path ()
194194
{
195195
TRACE_PATH=$(mktemp -d)
196196
SESSION_NAME="test_userprobe_enable_in_path"
197-
ENABLE_EXPR="elf:test-binary:test_function"
197+
ENABLE_EXPR="elf:userspace-probe-elf-binary:test_function"
198198

199199
diag "Userspace probe on binary in PATH enabled successfully"
200200

0 commit comments

Comments
 (0)