]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9209 - Fix command invocation
authorQuanah Gibson-Mount <quanah@openldap.org>
Sat, 12 Sep 2020 04:40:46 +0000 (04:40 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sat, 12 Sep 2020 04:40:46 +0000 (04:40 +0000)
tests/scripts/test067-tls

index b4483261a5664be7298cd0e65b27671e882ec389..2e37e2e2dcdfb768c09cc4df01c4861a7474d9e8 100755 (executable)
@@ -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