diff options
Diffstat (limited to 'tests/suite/eagain.sh')
-rwxr-xr-x | tests/suite/eagain.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/eagain.sh b/tests/suite/eagain.sh index d012ad8cde..d2a4365b1d 100755 --- a/tests/suite/eagain.sh +++ b/tests/suite/eagain.sh @@ -20,8 +20,8 @@ # along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -srcdir="${srcdir:-.}" -SERV="${SERV:-../../src/gnutls-serv${EXEEXT}}" +: ${srcdir=.} +: ${SERV=../../src/gnutls-serv${EXEEXT}} if ! test -x "${SERV}"; then exit 77 |