diff options
author | ivan <ivan> | 2003-03-28 23:09:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-03-28 23:09:05 +0000 |
commit | ae00de029007c2580cb2c61d6a4b2b931e7bba6d (patch) | |
tree | 94a789b70caad426e39ee42bec4917177a318d21 /t2 | |
parent | c3d61699f736323690d46e273795d1c387c6e594 (diff) |
number tests correctly
Diffstat (limited to 't2')
-rw-r--r-- | t2/bad_auth.t | 2 | ||||
-rw-r--r-- | t2/credit_card.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t2/bad_auth.t b/t2/bad_auth.t index 153f90c..16788a1 100644 --- a/t2/bad_auth.t +++ b/t2/bad_auth.t @@ -1,4 +1,4 @@ -BEGIN { $| = 1; print "1..2\n"; } +BEGIN { $| = 1; print "1..1\n"; } use Business::OnlinePayment; diff --git a/t2/credit_card.t b/t2/credit_card.t index 0dcbfc5..87de559 100644 --- a/t2/credit_card.t +++ b/t2/credit_card.t @@ -1,4 +1,4 @@ -BEGIN { $| = 1; print "1..2\n"; } +BEGIN { $| = 1; print "1..1\n"; } use Business::OnlinePayment; |