aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-30 08:19:48 -0400
committerJack Lloyd <[email protected]>2019-05-30 08:19:48 -0400
commit750bcaa126cf5dc40e1b56c991ed3b9e1b4352ae (patch)
tree1233a73847dabe18157521a35f6e4c82bc7a7edb /src
parent6e3abeb22abed9f220dac97868a02840c60e52c4 (diff)
Fix tests when Argon2 (or Scrypt) are disabled
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_pbkdf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_pbkdf.cpp b/src/tests/test_pbkdf.cpp
index 113d1bc2c..88d45e8f6 100644
--- a/src/tests/test_pbkdf.cpp
+++ b/src/tests/test_pbkdf.cpp
@@ -137,7 +137,7 @@ class Pwdhash_Tests : public Test
result.end_timer();
}
else
- result.test_failure("No such algo " + pwdhash);
+ result.test_note("No such algo " + pwdhash);
results.push_back(result);
}