Fail when another window manager is already running

This commit is contained in:
Thibault Jouan
2015-04-12 23:46:34 +00:00
parent c3e1f9639a
commit 10591d0646
8 changed files with 47 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
Feature: checking if another window manager is running
@other_wm_running
Scenario: fails when another window manager is running
Given another window manager is running
When I start uhwm
Then the exit status must be 70
And the current output must match /error.+other.+window.+manager/i