diff --git a/t/build-and-run b/t/build-and-run index e632a99..b801a3e 100755 --- a/t/build-and-run +++ b/t/build-and-run @@ -28,6 +28,7 @@ cd nginx-${NGINX} ./configure \ --add-${DYNAMIC:+dynamic-}module=.. \ --with-http_addition_module \ + --without-http_rewrite_module \ --prefix="$(pwd)/../prefix" make -j"$JOBS" make install