fix t/120-multiple-cmds: open a window before moving
This commit is contained in:
parent
8e3cef33d9
commit
50d14718f4
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue