summaryrefslogtreecommitdiff
path: root/tests/tls13/prf-early.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls13/prf-early.sh')
-rwxr-xr-xtests/tls13/prf-early.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tls13/prf-early.sh b/tests/tls13/prf-early.sh
index 7f62aba8d8..755ae35f9e 100755
--- a/tests/tls13/prf-early.sh
+++ b/tests/tls13/prf-early.sh
@@ -18,8 +18,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>
#
-srcdir="${srcdir:-.}"
-builddir="${builddir:-.}"
+: ${srcdir=.}
+: ${builddir=.}
. "${srcdir}/scripts/common.sh"