Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
772049a3
Commit
772049a3
authored
Nov 02, 2021
by
Christopher Huhn
🥚
Browse files
Test cvmfs config probe
parent
c00faba8
Changes
1
Show whitespace changes
Inline
Side-by-side
test/integration/cernvm-fs/serverspec/localhost/default_spec.rb
View file @
772049a3
...
...
@@ -31,3 +31,8 @@ end
describe
file
(
'/cvmfs/cvmfs-config.cern.ch'
)
do
it
{
should
be_directory
}
end
describe
command
(
'cvmfs_config probe'
)
do
its
(
:exit_status
)
{
should
be_zero
}
its
(
:stderr
)
{
should
be_empty
}
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment