Skip to content
Snippets Groups Projects
Verified Commit 97565888 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed tests

parent e15c4ead
Branches
No related tags found
No related merge requests found
Pipeline #7865 failed
...@@ -40,7 +40,7 @@ subtest 'help check' => sub { ...@@ -40,7 +40,7 @@ subtest 'help check' => sub {
}; };
subtest 'init check' => sub { subtest 'init check' => sub {
plan tests => 6; plan tests => 5;
$testapp->run( $testapp->run(
stdin => <<_EOF_, stdin => <<_EOF_,
lza lza
...@@ -65,14 +65,13 @@ http_only: 1 ...@@ -65,14 +65,13 @@ http_only: 1
logdir: /tmp logdir: /tmp
password: 839852bed005a7f1237578a6ac1197c142f7d0dd58bb248446dc7849d4bf770902e7f980ad83d39008ad638bc41e2345 password: 839852bed005a7f1237578a6ac1197c142f7d0dd58bb248446dc7849d4bf770902e7f980ad83d39008ad638bc41e2345
permanent_volume: permanent_volume:
- $permanent_volumes[0]
- $permanent_volumes[1]
user: lza user: lza
_EXP_ _EXP_
my $cache = $cache_file->slurp_utf8(); # my $cache = $cache_file->slurp_utf8();
is($cache, <<_EXP_, "ta-tool init, cache file as expected"); # is($cache, <<_EXP_, "ta-tool init, cache file as expected");
--- {} #--- {}
_EXP_ #_EXP_
}; };
1; 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment