diff options
author | ivan <ivan> | 2002-06-27 09:19:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-27 09:19:33 +0000 |
commit | 76e9abe03157deaa2a5ec7253624c9a59464b8fc (patch) | |
tree | 0a4f43d19cc3d0fd51930039584574badbeb1362 /FS/t | |
parent | a644b239bd83709b67b7b26f4af6e0cc8c172f37 (diff) |
export updates
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/part_export-null.t | 5 | ||||
-rw-r--r-- | FS/t/part_export-sysvshell.t | 5 | ||||
-rw-r--r-- | FS/t/part_export-www_shellcommands.t | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/FS/t/part_export-null.t b/FS/t/part_export-null.t new file mode 100644 index 000000000..055cdcee6 --- /dev/null +++ b/FS/t/part_export-null.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::null; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_export-sysvshell.t b/FS/t/part_export-sysvshell.t new file mode 100644 index 000000000..7fc24acb1 --- /dev/null +++ b/FS/t/part_export-sysvshell.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::sysvshell; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_export-www_shellcommands.t b/FS/t/part_export-www_shellcommands.t new file mode 100644 index 000000000..2ea79cf97 --- /dev/null +++ b/FS/t/part_export-www_shellcommands.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::www_shellcommands; +$loaded=1; +print "ok 1\n"; |