_days

Returns the specified number of days in seconds.

Make Symlinks according to the specified configuration $rah_params => [ { symlink => "some/path", target => "some/other/path", }, ... ]

_make_expected_list

Expand a list of concise pathnames relative to the given base pathname.

Make a structure of files within $base_dir and returns the list of files specified in the input. Accepts an array ref of directions as second argument. The elements of $ra_directions must be specified in pairs of:

path, "[command_on_pathname]"

Valid commands are:

[old]  -> will set access and modification time of the file to 
          GMT: Mon, 01 Jan 2001 00:00:00 GMT

[oldR] -> will set access and modification time of the file and its
          subfiles/subdirectories to GMT: Mon, 01 Jan 2001 00:00:00 GMT

_dump_arrays

Simple helper to dump content of arrayrefs

_create_task_file

Creates a new task file for this test using $testdir_path as a base directory in any path specified in the configuration file.

Returns the file name of the task file that was just created.