fix t/120-multiple-cmds: open a window before moving

This commit is contained in:
Michael Stapelberg 2011-10-27 23:30:29 +01:00
parent 8e3cef33d9
commit 50d14718f4
1 changed files with 1 additions and 0 deletions

View 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');