summaryrefslogtreecommitdiff
path: root/t/lib/test_account.pl
diff options
context:
space:
mode:
authorivan <ivan>2008-01-12 00:09:29 +0000
committerivan <ivan>2008-01-12 00:09:29 +0000
commit2c7a3e7c8a775b93195c231168ea41acd05ef0a5 (patch)
tree5956dc3f3f8b3dc0d9f3552e86de0604193b943e /t/lib/test_account.pl
parentf62baef5adfb6d0e4f70255ca71fc40f5b057c5d (diff)
Patch from Erik Hollensbe <erikh@opensourcery.com> implementing ard-present data (track1/track2) and the duplicate_window parameter, and test fixes
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?