Skip to content

Commit

Permalink
Unit test: Correct syntax for 'write safe-cnf <DIR>'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Feb 22, 2024
1 parent 5253a85 commit 0251cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/easytls-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ elif [ -n "${EASYTLS_REMOTE_CI}" ]; then
then
: # ok
else
"${EASYRSA_CMD}" --pki-dir="${WORK_DIR}/et-tdir${loops}" --batch write safe-cnf || fail "write safe-cnf"
"${EASYRSA_CMD}" --pki-dir="${WORK_DIR}/et-tdir${loops}" --batch write safe-cnf "./et-tdir${loops}" || fail "write safe-cnf"
fi

cp -vf "${WORK_DIR}/et-tdir${loops}/safessl-easyrsa.cnf" ./safessl-easyrsa.cnf || \
Expand Down

0 comments on commit 0251cb1

Please sign in to comment.