aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-04-19 17:24:55 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-04-19 17:24:55 -0400
commit61d3e64fd0277bd6d331ec47d234eb166e4b09ef (patch)
treee5826f6858d17672728d420cf66a14ffb07c242f /tests
parent7103c6da705c8a18fef9e8f8d404e8d0ab5082ff (diff)
Require daemon version for text hashing test
Diffstat (limited to 'tests')
-rw-r--r--tests/ca/text-hashed-output.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ca/text-hashed-output.sh b/tests/ca/text-hashed-output.sh
index dcb7e1e96..7d01d5cd7 100644
--- a/tests/ca/text-hashed-output.sh
+++ b/tests/ca/text-hashed-output.sh
@@ -2,6 +2,9 @@
source common.sh
+# Need backend to support text-hashing too
+requireDaemonNewerThan "2.16.0pre20230419"
+
# Globally enable dynamic-derivations in addition to CA derivations
enableFeatures "dynamic-derivations"