@@ -, +, @@ --- t/Print.t | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- a/t/Print.t +++ a/t/Print.t @@ -6,9 +6,10 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; BEGIN { use_ok('C4::Print'); } +ok( !NetworkPrint("")); --