Skip to content

Commit

Permalink
tests: drop osf_fuser()/alpha test
Browse files Browse the repository at this point in the history
This system call was removed from table recently as it is dead code.

Closes: #97
  • Loading branch information
hrw committed Sep 13, 2024
1 parent 8f87788 commit 3e5c098
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions system_calls/tests/test_syscalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ def test_on_arm64_open_is_not_supported():
print(syscalls.get("open", "arm64"))


def test_alpha_osf_fuser():
assert 243 == syscalls.get("osf_fuser", "alpha")


def test_not_existing_system_call():
with pytest.raises(system_calls.NoSuchSystemCall):
print(syscalls.get("not-existing-system-call", "arm64"))

0 comments on commit 3e5c098

Please sign in to comment.