Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Make the tokens tarball is not extracted if we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanrogers committed Jul 27, 2016
1 parent 84907b4 commit a5ddba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/lib/CommonTest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ has hsm_token_dir => (

has hsm_config => (
is => 'ro',
lazy => 1,
default => sub {
sprintf "directories.tokendir = %s\nobjectstore.backend = file",
$_[0]->hsm_token_dir;
Expand Down

0 comments on commit a5ddba6

Please sign in to comment.