Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
47ec1687
Commit
47ec1687
authored
Sep 12, 2020
by
Quanah Gibson-Mount
Browse files
ITS#9209 - Fix previous commit for command invocation
parent
3b2f16e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test067-tls
View file @
47ec1687
...
...
@@ -21,9 +21,9 @@ if test $WITH_TLS = no ; then
exit
0
fi
openssl
=
`
command
-v
openssl 2>/dev/null
)
`
certtool
=
`
command
-v
certtool 2>/dev/null
)
`
base64
=
`
command
-v
base64
2>/dev/null
)
`
openssl
=
`
command
-v
openssl 2>/dev/null
`
certtool
=
`
command
-v
certtool 2>/dev/null
`
base64
=
`
command
-v
base64
2>/dev/null
`
mkdir
-p
$TESTDIR
$DBDIR1
cp
-r
$DATADIR
/tls
$TESTDIR
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment