mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
knot: update to 2.1.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
diff --git a/src/zscanner/tests/unittests.in b/src/zscanner/tests/unittests.in
|
||||
index 9a4af53..f9b45bf 100644
|
||||
--- a/src/zscanner/tests/unittests.in
|
||||
+++ b/src/zscanner/tests/unittests.in
|
||||
@@ -1,15 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
-SOURCE=@top_srcdir@/src/zscanner/tests
|
||||
-BUILD=@top_builddir@/src/zscanner/tests
|
||||
+SOURCE="."
|
||||
+BUILD="/tmp/knot-test"
|
||||
+mkdir -p "$BUILD"
|
||||
|
||||
-. @top_srcdir@/libtap/tap/libtap.sh
|
||||
-
|
||||
-cd "$BUILD"
|
||||
+. ../tap/libtap.sh
|
||||
|
||||
TMPDIR=$(test_tmpdir)
|
||||
TESTS_DIR="$SOURCE"/data
|
||||
-ZSCANNER_TOOL="$BUILD"/zscanner-tool
|
||||
+ZSCANNER_TOOL=./zscanner-tool
|
||||
|
||||
plan 71
|
||||
|
||||
Reference in New Issue
Block a user