tests: use new assign syntax, drop legacy test

This commit is contained in:
Michael Stapelberg
2012-10-08 13:21:48 +02:00
parent 85018de433
commit a635945f85
2 changed files with 3 additions and 32 deletions

View File

@ -62,7 +62,7 @@ sub open_special {
my $config = <<EOT;
# i3 config file (v4)
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
assign "special" targetws
assign [class="special"] targetws
EOT
my $pid = launch_with_config($config);