]> git.sur5r.net Git - i3/i3/commitdiff
fix t/120-multiple-cmds: open a window before moving
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2011 22:30:29 +0000 (23:30 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2011 22:30:29 +0000 (23:30 +0100)
testcases/t/120-multiple-cmds.t

index 784329fbe2a82b80667b5109e5bcd25f63cfdefe..8cd17a8af43efea95dda5aa35e1d5846f58b6bc1 100644 (file)
@@ -45,6 +45,7 @@ ok(($unused ~~ @{get_workspace_names()}), 'workspace exists after moving');
 # quote the workspace name and use a ; (command separator) in its name
 #####################################################################
 
+cmd 'open';
 $unused = get_unused_workspace;
 $unused .= ';a';
 ok(!($unused ~~ @{get_workspace_names()}), 'workspace does not exist yet');