summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-07 15:08:14 -0700
committerMark Wells <mark@freeside.biz>2016-09-07 15:08:14 -0700
commit2d2662d900652d9b1f242e9affd5a6e67c453f4d (patch)
treea8018863fd9bc6fac6d149a9dbf429dab49c3723 /FS/t
parent4fd97fe8a23cbe875600b838f01a9ed10641f61e (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";