Loading Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ all: @${MAKE} -C src test: all mandoc -Tlint man/* perl test/test.pl ${PACKAGE} ${VERSION} @mandoc -Tlint man/* @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test install: install-man install-doc install-bin install-font install-img Loading test/test.pl→test/feh.t +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use Test::Command tests => 48; my $feh = 'src/feh'; my $images = 'test/ok.* test/fail.*'; my ($feh_name, $feh_version) = @ARGV; my ($feh_name, $feh_version) = @ENV{'PACKAGE', 'VERSION'}; my $re_warning = qr{${feh_name} WARNING: test/fail\.... \- No Imlib2 loader for that file format\n}; Loading Loading
Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ all: @${MAKE} -C src test: all mandoc -Tlint man/* perl test/test.pl ${PACKAGE} ${VERSION} @mandoc -Tlint man/* @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test install: install-man install-doc install-bin install-font install-img Loading
test/test.pl→test/feh.t +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use Test::Command tests => 48; my $feh = 'src/feh'; my $images = 'test/ok.* test/fail.*'; my ($feh_name, $feh_version) = @ARGV; my ($feh_name, $feh_version) = @ENV{'PACKAGE', 'VERSION'}; my $re_warning = qr{${feh_name} WARNING: test/fail\.... \- No Imlib2 loader for that file format\n}; Loading