]> git.sur5r.net Git - i3/i3/commitdiff
tests: t/17-workspace.t: keep workspace 1 open
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 27 Jul 2011 12:35:40 +0000 (14:35 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 27 Jul 2011 12:35:40 +0000 (14:35 +0200)
When not running i3 in a terminal from workspace 1, this would fail otherwise

testcases/t/17-workspace.t

index 16e87ce199ca805bef0dd071cdc4ae9146175230..19e2df3408fa83ba3a99843dfd17d9654d440f76 100644 (file)
@@ -7,6 +7,9 @@
 use List::Util qw(first);
 use i3test;
 
+# to ensure that workspace 1 stays open
+cmd 'open';
+
 my $tmp = fresh_workspace;
 ok(workspace_exists($tmp), 'workspace created');
 # if the workspace could not be created, we cannot run any other test