move testing scripts to the repository's root.

This commit is contained in:
Vincent Hanquez 2012-09-25 08:04:18 +01:00
parent 89df5a893f
commit 93f5f2e60c
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
STUNNEL=./dist/build/stunnel/stunnel
STUNNEL=./debug/dist/build/tls-stunnel/tls-stunnel
if [ ! -x ${STUNNEL} ]; then
echo "hs-tls stunnel is not present, build with executable flag set."