Fix AcceptanceHelpers#with_other_wm
This commit is contained in:
@@ -46,7 +46,9 @@ module Uh
|
||||
end
|
||||
|
||||
def with_other_wm
|
||||
@other_wm = ChildProcess.build('twm').tap { |o| o.start }
|
||||
@other_wm = ChildProcess.build('twm')
|
||||
@other_wm.start
|
||||
yield
|
||||
@other_wm.stop
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user