summaryrefslogtreecommitdiff
path: root/FS/t/password_history.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-11-17 17:00:06 -0800
committerIvan Kohler <ivan@freeside.biz>2015-11-17 17:00:06 -0800
commitf32ac83068c6211f829f1688a1a9cdec71bc6ec7 (patch)
treea6b6866f50a90fc7716861b4884ec4ffeb5ce535 /FS/t/password_history.t
parent2c112f32561f23f9c538ace00db46659ce16da32 (diff)
parentc0886229d19cfa798580fbeb342826fd11ceeeb0 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/t/password_history.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 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";