X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Ft%2Fbanned_pay.t;h=bef1ff25f2e9808a6da48d5191796d07e0f7df70;hp=d361c588dbbfd4b0a10fe4bffb2a76a61f630f4e;hb=cbcbbfe12075ea9cea726735e3ba77e68e8a0a76;hpb=c2f77e3e9f95934545331b62a19579e45c98d403 diff --git a/FS/t/banned_pay.t b/FS/t/banned_pay.t index d361c588d..bef1ff25f 100644 --- a/FS/t/banned_pay.t +++ b/FS/t/banned_pay.t @@ -1,8 +1,5 @@ -BEGIN { $| = 1; print "1..1 -" } -END {print "not ok 1 -" unless $loaded;} +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} use FS::banned_pay; $loaded=1; -print "ok 1 -"; +print "ok 1\n";