From fd15b77ee5d2201f7d89b85fad2cc63c1b41a0de Mon Sep 17 00:00:00 2001 From: Stanislaw Pusep Date: Sat, 19 Oct 2013 16:58:18 +0200 Subject: [PATCH] Always test the rainbarf from the distribution (not the one already installed, duh!) --- t/01-tmux.t | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/t/01-tmux.t b/t/01-tmux.t index 16943de..9567c99 100644 --- a/t/01-tmux.t +++ b/t/01-tmux.t @@ -1,6 +1,5 @@ #!perl use strict; -use utf8; use warnings qw(all); use File::Temp; @@ -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>);