Skip to content

Commit

Permalink
Always test the rainbarf from the distribution (not the one already i…
Browse files Browse the repository at this point in the history
…nstalled, duh!)
  • Loading branch information
creaktive committed Oct 19, 2013
1 parent 40408b0 commit fd15b77
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions t/01-tmux.t
@@ -1,6 +1,5 @@
#!perl
use strict;
use utf8;
use warnings qw(all);

use File::Temp;
Expand Down Expand Up @@ -33,7 +32,15 @@ my $chart = qr{

for my $i (1 .. $n) {
ok(
open(my $out, q(-|:encoding(utf8)), qw[rainbarf --nobattery --swap --tmux]),
open(
my $out,
q(-|:encoding(utf8)),
$^X => qw[
rainbarf
--nobattery
--swap
--tmux
]),
qq(pipe $i),
);
chomp(my $line = <$out>);
Expand Down

0 comments on commit fd15b77

Please sign in to comment.