]> git.sur5r.net Git - i3/i3/commitdiff
Improve 267-regress-mark-restart.t
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 7 Sep 2017 01:19:57 +0000 (04:19 +0300)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 7 Sep 2017 12:56:12 +0000 (14:56 +0200)
Another window with a mark is needed for issue #2900.

testcases/t/267-regress-mark-restart.t

index 220d765b74961a0a1cb805c27803243b0e356844..302d23e5a5a36732922d331ce1fa67e23aae73d1 100644 (file)
@@ -20,6 +20,8 @@ use i3test;
 
 cmd 'open';
 cmd 'mark foo';
+cmd 'open';
+cmd 'mark bar';
 
 cmd 'restart';