Skip to content

Commit

Permalink
[tests] Fix a duplicated test number in LibOS tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kowalczyk <mkow@invisiblethingslab.com>
  • Loading branch information
mkow committed Feb 21, 2024
1 parent 97448b4 commit fd7403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libos/test/regression/test_libos.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def test_404_sigterm_multithread(self):
stdout, _ = self.run_binary(['sigterm_multithread'], prefix=['./test_sigterm.sh'])
self.assertIn('SHELL OK', stdout)

def test_404_sigprocmask_pending(self):
def test_405_sigprocmask_pending(self):
stdout, _ = self.run_binary(['sigprocmask_pending'], timeout=60)
self.assertIn('Child OK', stdout)
self.assertIn('All tests OK', stdout)
Expand Down

0 comments on commit fd7403d

Please sign in to comment.