Fixes for documentation and test directories that didn't make it into the repo.

This commit is contained in:
Mahlon E. Smith 2017-05-16 15:52:05 -07:00
parent 28948e513f
commit c9450e8415
20 changed files with 36 additions and 80 deletions

View file

View file

View file

@ -3,6 +3,7 @@
require 'simplecov' if ENV['COVERAGE']
require 'rspec'
require 'fileutils'
require 'tmpdir'
require_relative '../lib/ezmlm'
@ -30,7 +31,8 @@ module SpecHelpers
### Create a copy of a fresh listdir into /tmp.
###
def make_listdir
dirname = "/tmp/%s.%d.%0.4f" % [
dirname = "%s/%s.%d.%0.4f" % [
Dir.tmpdir,
'ezmlm_list',
Process.pid,
(Time.now.to_f % 3600),