summaryrefslogtreecommitdiff
path: root/FS/t/UID.t
diff options
context:
space:
mode:
Diffstat (limited to 'FS/t/UID.t')
-rw-r--r--FS/t/UID.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/UID.t b/FS/t/UID.t
new file mode 100644
index 0000000..9f7da4e
--- /dev/null
+++ b/FS/t/UID.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::UID;
+$loaded=1;
+print "ok 1\n";