summaryrefslogtreecommitdiff
path: root/tests/psktool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/psktool.sh')
-rwxr-xr-xtests/psktool.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/psktool.sh b/tests/psktool.sh
index a5302f57aa..9e81d01718 100755
--- a/tests/psktool.sh
+++ b/tests/psktool.sh
@@ -19,8 +19,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:-.}"
-PSKTOOL="${PSKTOOL:-../src/psktool${EXEEXT}}"
+: ${srcdir=.}
+: ${PSKTOOL=../src/psktool${EXEEXT}}
TMPFILE=psktool.$$.tmp
if ! test -x "${PSKTOOL}"; then