X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Ft%2Fpayment_gateway_option.t;h=19e645121f1c44b9207403c7821111d327e93a8f;hp=e52b6b48776245317334302bda708efcc7c5e674;hb=cbcbbfe12075ea9cea726735e3ba77e68e8a0a76;hpb=c2f77e3e9f95934545331b62a19579e45c98d403 diff --git a/FS/t/payment_gateway_option.t b/FS/t/payment_gateway_option.t index e52b6b487..19e645121 100644 --- a/FS/t/payment_gateway_option.t +++ b/FS/t/payment_gateway_option.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::payment_gateway_option; $loaded=1; -print "ok 1 -"; +print "ok 1\n";