Skip to content
Snippets Groups Projects
Commit 79f2dffe authored by David Buchanan's avatar David Buchanan
Browse files

Add test case for tiny PBM file

parent bc372c8f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
use strict;
use warnings;
use 5.010;
use Test::Command tests => 71;
use Test::Command tests => 73;
$ENV{HOME} = 'test';
......@@ -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('');
P4
1 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment