mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
Release notes: https://www.knot-dns.cz/2025-11-28-version-352.html Signed-off-by: Jan Hák <jan.hak@nic.cz>
25 lines
551 B
Diff
25 lines
551 B
Diff
--- a/tests/libzscanner/test_zscanner.in
|
|
+++ b/tests/libzscanner/test_zscanner.in
|
|
@@ -3,16 +3,15 @@
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# For more information, see <https://www.knot-dns.cz/>
|
|
|
|
-SOURCE=@top_srcdir@/tests/libzscanner
|
|
-BUILD=@top_builddir@/tests/libzscanner
|
|
+SOURCE="."
|
|
+BUILD="/tmp/knot-test"
|
|
+mkdir -p "$BUILD"
|
|
|
|
-. @top_srcdir@/tests/tap/libtap.sh
|
|
-
|
|
-cd "$BUILD"
|
|
+. ../tap/libtap.sh
|
|
|
|
TMPDIR=$(test_tmpdir)
|
|
TESTS_DIR="$SOURCE"/data
|
|
-ZSCANNER_TOOL="$BUILD"/zscanner-tool
|
|
+ZSCANNER_TOOL="$SOURCE"/zscanner-tool
|
|
|
|
plan 88
|
|
|