]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Slash
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 24 Jun 2019 13:10:34 +0000 (15:10 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 24 Jun 2019 13:10:34 +0000 (15:10 +0200)
test/test_ci.sh

index 4bd0e6f99885748cb565a16852b61fa5af158ad0..1f80dc93baf351b269281e0c203b96033fa8dfc5 100755 (executable)
@@ -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