summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 11:25:47 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 11:25:47 -0700
commit4b75f33fd6c2d0fecf8714f588f2d6d200aa4d47 (patch)
tree9edc7d3801373d6202266b95c4f5194183e712b8 /FS/t
parent9a9f45c82bc7901cfa94b6e64a2e3e4d5b15abff (diff)
add email delivery of saved searches, #72101
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/saved_search_option.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/t/saved_search_option.t b/FS/t/saved_search_option.t
deleted file mode 100644
index f30bfb8..0000000
--- a/FS/t/saved_search_option.t
+++ /dev/null
@@ -1,5 +0,0 @@
-BEGIN { $| = 1; print "1..1\n" }
-END {print "not ok 1\n" unless $loaded;}
-use FS::saved_search_option;
-$loaded=1;
-print "ok 1\n";