summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-11-12 16:49:39 -0800
committerMark Wells <mark@freeside.biz>2015-11-12 16:49:39 -0800
commitc44432a5f0f1c1841ff8b50e734a30bd9aeef945 (patch)
treea40fb51c58d18a5b18794a882a12173acdc8e057 /FS/t
parentbc4c63e61b2113088d164dc86ebca429e219fc0b (diff)
limit password reuse, core and svc_acct, #29354
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/password_history.t5
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 0000000..b7a05fd
--- /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";