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