Skip to content

Commit

Permalink
Fix k test on BSD systems.
Browse files Browse the repository at this point in the history
They don't have a syscall namespace by default for unknown reasons.
Because we will eventually replace the SDB with the knowledge base,
there is no real big value in fixing the underlying issue.
  • Loading branch information
Rot127 committed Nov 28, 2024
1 parent f1b99c9 commit 12fa783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/db/cmd/cmd_k
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ CMDS=<<EOF
k
k abc=123
k abc
k **
# BSDs don't have a syscall namespace.
k **~!syscall
k analysis/**
e asm.arch=x86
k analysis/cc/*
Expand All @@ -15,7 +16,6 @@ orig_baddr=0
analysis
bin
debug
syscall
spec
cc
classes
Expand Down

0 comments on commit 12fa783

Please sign in to comment.