Fix AcceptanceHelpers#with_other_wm
This commit is contained in:
parent
36e105bb42
commit
360b1583bf
@ -46,7 +46,9 @@ module Uh
|
|||||||
end
|
end
|
||||||
|
|
||||||
def with_other_wm
|
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
|
@other_wm.stop
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user