From: Willem Toorop Date: Mon, 24 Jun 2019 13:10:34 +0000 (+0200) Subject: Slash X-Git-Tag: release-1.7.1-rc1~23^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d6bf245767f1989943e7a3d458a19b4440bf35;p=thirdparty%2Fldns.git Slash --- diff --git a/test/test_ci.sh b/test/test_ci.sh index 4bd0e6f9..1f80dc93 100755 --- a/test/test_ci.sh +++ b/test/test_ci.sh @@ -24,7 +24,7 @@ then elif [ -x $HOME/local/bin/tpkg ]; then TPKG=$HOME/local/bin/tpkg elif [ -x /home/tpkg/bin/tpkg ] ; then TPKG=/home/tpkg/bin/tpkg elif [ -x ../tpkg/tpkg ] ; then TPKG=../tpkg/tpkg - elif [ -x test/tpkg/tpkg ] ; then TPKG=testtpkg/tpkg + elif [ -x test/tpkg/tpkg ] ; then TPKG=test/tpkg/tpkg else echo Did not find tpkg program! exit -1