summaryrefslogtreecommitdiff
path: root/t/lib/test_account.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/test_account.pl')
-rw-r--r--t/lib/test_account.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/test_account.pl b/t/lib/test_account.pl
index 0b06973..b129042 100644
--- a/t/lib/test_account.pl
+++ b/t/lib/test_account.pl
@@ -22,6 +22,7 @@ sub test_account {
sub expiration_date {
my($month, $year) = (localtime)[4,5];
+ $month += 1;
$year++; # So we expire next year.
$year %= 100; # y2k? What's that?