Skip to content

Commit

Permalink
Create parent directory before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Oct 27, 2021
1 parent 5456edb commit 1e0200d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ BEGIN {
#Module for overriding configuration paths
use setup_test_config;
use File::Temp qw();
mkdir($pf::file_paths::captiveportal_profile_templates_path);
$dir = File::Temp->newdir(
DIR => $pf::file_paths::captiveportal_profile_templates_path,
CLEANUP => 0,
Expand Down

0 comments on commit 1e0200d

Please sign in to comment.