tests: rename files (00x-*.t is basic stuff, >=100-*.t are tests using IPC)

This commit is contained in:
Michael Stapelberg
2011-10-08 14:38:50 +01:00
parent c48a092e24
commit ae1ab9eb27
74 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#!perl
# vim:ts=4:sw=4:expandtab
#
# Regression: move a floating window to a different workspace crashes i3
#
use i3test;
my $tmp = fresh_workspace;
my $otmp = get_unused_workspace();
cmd 'open';
cmd 'mode toggle';
cmd "move workspace $otmp";
does_i3_live;
done_testing;