From: Josh Soref Date: Tue, 8 Jan 2019 23:14:17 +0000 (-0500) Subject: test-recursor: remove duplicate cd directive X-Git-Tag: rec-4.4.0-beta1~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd57d582783637d4b4b734c4429d1df46cdef938;p=thirdparty%2Fpdns.git test-recursor: remove duplicate cd directive --- diff --git a/build-scripts/test-recursor b/build-scripts/test-recursor index 9f7b35a672..e0bda5d9d2 100755 --- a/build-scripts/test-recursor +++ b/build-scripts/test-recursor @@ -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