summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 11:30:58 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 11:30:58 -0700
commit4496a23e58b830db4c2d10ad17dfb0d531b15859 (patch)
treece7a9d73cbdb1df75726a33b407ddbd5fdbda961 /FS/t
parentf8586b58f8913b133809556958b49a083454a962 (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 f30bfb806..000000000
--- 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";