Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools for technical analysts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
tools for technical analysts
Commits
97565888
Verified
Commit
97565888
authored
6 months ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fixed tests
parent
e15c4ead
No related branches found
No related tags found
No related merge requests found
Pipeline
#7865
failed
6 months ago
Stage: build
Stage: pretest
Stage: unittest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
t/02-init.t
+6
-7
6 additions, 7 deletions
t/02-init.t
with
6 additions
and
7 deletions
t/02-init.t
+
6
−
7
View file @
97565888
...
...
@@ -40,7 +40,7 @@ subtest 'help check' => sub {
};
subtest
'
init check
'
=>
sub
{
plan
tests
=>
6
;
plan
tests
=>
5
;
$testapp
->
run
(
stdin
=>
<<
_EOF_
,
lza
...
...
@@ -65,14 +65,13 @@ http_only: 1
logdir:
/
tmp
password:
839852
bed005a7f1237578a6ac1197c142f7d0dd58bb248446dc7849d4bf770902e7f980ad83d39008ad638bc41e2345
permanent_volume:
-
$permanent_volumes
[
0
]
-
$permanent_volumes
[
1
]
user:
lza
_EXP_
my
$cache
=
$cache_file
->
slurp_utf8
();
is
(
$cache
,
<<
_EXP_
,
"
ta-tool init, cache file as expected
");
---
{}
_EXP_
#
my $cache = $cache_file->slurp_utf8();
#
is($cache, <<_EXP_, "ta-tool init, cache file as expected");
#
--- {}
#
_EXP_
};
1
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment