]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - build-scripts/test-recursor
test-recursor: remove duplicate cd directive
[thirdparty/pdns.git] / build-scripts / test-recursor
index 9f7b35a672a15f25f18f7e9586bd8f7716fd7ea4..e0bda5d9d2ec777cfaa3fc6edee06bdf55aaf4d8 100755 (executable)
@@ -29,7 +29,6 @@ done
 [ -z $MODULES ] && echo "No module directory found" >&2 && exit 1
 
 # Symlink the modules on the system
-cd regression-tests/modules
 for backend in *.so; do
   ln -sf $MODULES/$backend $backend
 done