gri3-wm/testcases/t/34-invalid-command.t

13 lines
131 B
Perl
Raw Normal View History

2010-11-12 20:26:53 +01:00
#!perl
# vim:ts=4:sw=4:expandtab
#
#
#
use i3test tests => 1;
cmd 'blargh!';
2010-11-12 20:26:53 +01:00
does_i3_live;
2010-11-12 20:26:53 +01:00
diag( "Testing i3, Perl $], $^X" );