From: Miod Vallat Date: Thu, 4 Sep 2025 10:35:03 +0000 (+0200) Subject: Unbreak test harder. X-Git-Tag: rec-5.4.0-alpha1~313^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59f67b15ff6491901cd8eb89c45beb8de3c4e63;p=thirdparty%2Fpdns.git Unbreak test harder. There is no need to feed it zone data anyway, so we don't need to depend on zone2sql and a preexisting named.conf here. Signed-off-by: Miod Vallat --- diff --git a/regression-tests.nobackend/gsqlite3-corrupted-record/command b/regression-tests.nobackend/gsqlite3-corrupted-record/command index 12e1006950..330a0acd79 100755 --- a/regression-tests.nobackend/gsqlite3-corrupted-record/command +++ b/regression-tests.nobackend/gsqlite3-corrupted-record/command @@ -1,8 +1,5 @@ #!/usr/bin/env bash -MAKE=${MAKE:-make} -source ../regression-tests/common - rm -f pdns-gsqlite3.conf pdns.sqlite3 cat > pdns-gsqlite3.conf << __EOF__ @@ -14,7 +11,6 @@ __EOF__ ARGS="--config-dir=. --config-name=gsqlite3" sqlite3 pdns.sqlite3 < ../modules/gsqlite3backend/schema.sqlite3.sql -tosql gsqlite | sqlite3 pdns.sqlite3 echo ANALYZE\; | sqlite3 pdns.sqlite3 # Create zone