mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
bd70100e09
commit
032e01ebf7
1 changed files with 2 additions and 1 deletions
|
|
@ -13,4 +13,5 @@ class UTMPTest(BaseTest):
|
|||
expected = subprocess.check_output(['who']).decode('utf-8').count('\n')
|
||||
except FileNotFoundError:
|
||||
self.skipTest('No who executable cannot verify num_users')
|
||||
self.ae(num_users(), expected)
|
||||
else:
|
||||
self.ae(num_users(), expected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue