Codebase list libalien-gnuplot-perl / 5200650
debian/rules: unset PAGER for dh_auto_test. If PAGER is set and the pager doesn't exists, gnuplot outputs a warning which trips up the tests. gregor herrmann 1 year, 11 months ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 %:
33 dh $@
4
5 override_dh_auto_test:
6 env -u PAGER dh_auto_test