diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-12 16:49:39 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-12 16:49:39 -0800 |
commit | c44432a5f0f1c1841ff8b50e734a30bd9aeef945 (patch) | |
tree | a40fb51c58d18a5b18794a882a12173acdc8e057 /FS/t/password_history.t | |
parent | bc4c63e61b2113088d164dc86ebca429e219fc0b (diff) |
limit password reuse, core and svc_acct, #29354
Diffstat (limited to 'FS/t/password_history.t')
-rw-r--r-- | FS/t/password_history.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/password_history.t b/FS/t/password_history.t new file mode 100644 index 000000000..b7a05fd9f --- /dev/null +++ b/FS/t/password_history.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::password_history; +$loaded=1; +print "ok 1\n"; |