summaryrefslogtreecommitdiff
path: root/tests/cert-tests/x509-duplicate-ext
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/x509-duplicate-ext')
-rwxr-xr-xtests/cert-tests/x509-duplicate-ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert-tests/x509-duplicate-ext b/tests/cert-tests/x509-duplicate-ext
index 534a534a69..0cfa7e1673 100755
--- a/tests/cert-tests/x509-duplicate-ext
+++ b/tests/cert-tests/x509-duplicate-ext
@@ -17,8 +17,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
OUTFILE=out.$$.tmp
if ! test -x "${CERTTOOL}"; then