Tests: fixing tests interrupt in terminal.
KeyboardInterrupt re-raised.
This commit is contained in:
@@ -36,7 +36,7 @@ class TestGoIsolation(TestApplicationGo):
|
||||
try:
|
||||
nogroup_gid = grp.getgrnam('nogroup').gr_gid
|
||||
nogroup = 'nogroup'
|
||||
except:
|
||||
except KeyError:
|
||||
nogroup_gid = grp.getgrnam('nobody').gr_gid
|
||||
nogroup = 'nobody'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user