Loading test/feh.t +5 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ use strict; use warnings; use 5.010; use Test::Command tests => 71; use Test::Command tests => 73; $ENV{HOME} = 'test'; Loading Loading @@ -186,3 +186,7 @@ $cmd $cmd->exit_is_num(0); $cmd->stdout_is_file("test/${list_dir}/default"); $cmd->stderr_is_eq(''); $cmd = Test::Command->new( cmd => "$feh --list test/tiny.pbm" ); $cmd->exit_is_num(0); $cmd->stderr_is_eq(''); test/tiny.pbm 0 → 100644 +4 −0 Original line number Diff line number Diff line P4 1 1 Loading
test/feh.t +5 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ use strict; use warnings; use 5.010; use Test::Command tests => 71; use Test::Command tests => 73; $ENV{HOME} = 'test'; Loading Loading @@ -186,3 +186,7 @@ $cmd $cmd->exit_is_num(0); $cmd->stdout_is_file("test/${list_dir}/default"); $cmd->stderr_is_eq(''); $cmd = Test::Command->new( cmd => "$feh --list test/tiny.pbm" ); $cmd->exit_is_num(0); $cmd->stderr_is_eq('');