summaryrefslogtreecommitdiff
path: root/tests/dh-fips-approved.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dh-fips-approved.sh')
-rwxr-xr-xtests/dh-fips-approved.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dh-fips-approved.sh b/tests/dh-fips-approved.sh
index 136dd15f32..687ad6d5f7 100755
--- a/tests/dh-fips-approved.sh
+++ b/tests/dh-fips-approved.sh
@@ -19,9 +19,9 @@
# 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:-.}"
-SERV="${SERV:-../src/gnutls-serv${EXEEXT}}"
-CLI="${CLI:-../src/gnutls-cli${EXEEXT}}"
+: ${srcdir=.}
+: ${SERV=../src/gnutls-serv${EXEEXT}}
+: ${CLI=../src/gnutls-cli${EXEEXT}}
unset RETCODE
if ! test -x "${SERV}"; then