summaryrefslogtreecommitdiff
path: root/xtests/tst-pam_time1.c
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2008-11-24 16:01:19 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2008-11-24 16:01:19 +0000
commite62f525c07e14cda70f9683c7f34bcce45c85db9 (patch)
tree44d0f5083043eccc4b0c23348bd7add5908ca141 /xtests/tst-pam_time1.c
parent6aac14af273cb2b3dd6008b23e0576306d514e7d (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix last commit
Diffstat (limited to 'xtests/tst-pam_time1.c')
-rw-r--r--xtests/tst-pam_time1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xtests/tst-pam_time1.c b/xtests/tst-pam_time1.c
index 5161644e..9fc0669e 100644
--- a/xtests/tst-pam_time1.c
+++ b/xtests/tst-pam_time1.c
@@ -59,10 +59,10 @@ struct test_t {
static struct test_t tests[] = {
{"xy", 0},
{"yx", 0},
- {"me", 7},
- {"you", 7},
- {"x", 7},
- {"y", 7},
+ {"you",6},
+ {"me", 6},
+ {"x", 6},
+ {"y", 6},
};
static int num_tests = sizeof (tests) / sizeof (struct test_t);