summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/upload_target.t (renamed from FS/t/ftp_target.t)2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/t/ftp_target.t b/FS/t/upload_target.t
index 1a5928118..6d55de0f2 100644
--- a/FS/t/ftp_target.t
+++ b/FS/t/upload_target.t
@@ -1,5 +1,5 @@
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
-use FS::ftp_target;
+use FS::upload_target;
$loaded=1;
print "ok 1\n";