]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
test-recursor: remove duplicate cd directive 9404/head
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 8 Jan 2019 23:14:17 +0000 (18:14 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 8 Jan 2019 23:14:17 +0000 (18:14 -0500)
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