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