diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-07-06 13:15:05 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-07-11 12:01:35 +0200 |
commit | af767a6d245f22c1ecc8e1c83433892cb5153ae9 (patch) | |
tree | 2be69ce2d29311511ea74293184e179b245c3352 /tests/libzscanner/test_zscanner.in | |
parent | Merge branch 'dohpath' into 'master' (diff) | |
download | knot-af767a6d245f22c1ecc8e1c83433892cb5153ae9.tar.xz knot-af767a6d245f22c1ecc8e1c83433892cb5153ae9.zip |
libzscanner: add WALLET rrtype
Diffstat (limited to '')
-rw-r--r-- | tests/libzscanner/test_zscanner.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libzscanner/test_zscanner.in b/tests/libzscanner/test_zscanner.in index 10d2b5ce8..8cc9008e6 100644 --- a/tests/libzscanner/test_zscanner.in +++ b/tests/libzscanner/test_zscanner.in @@ -11,7 +11,7 @@ TMPDIR=$(test_tmpdir) TESTS_DIR="$SOURCE"/data ZSCANNER_TOOL="$BUILD"/zscanner-tool -plan 86 +plan 87 mkdir -p "$TMPDIR"/includes/ for a in 1 2 3 4 5 6; do |