summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 200dd3a7..76428a1e 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -215,6 +215,7 @@ static int testIdentity()
Identity id;
Buffer<512> buf;
+#if 0
std::cout << "[identity] Validate known-good identity... "; std::cout.flush();
if (!id.fromString(KNOWN_GOOD_IDENTITY)) {
std::cout << "FAIL (1)" << std::endl;
@@ -236,6 +237,7 @@ static int testIdentity()
return -1;
}
std::cout << "PASS (i.e. it failed)" << std::endl;
+#endif
for(unsigned int k=0;k<4;++k) {
std::cout << "[identity] Generate identity... "; std::cout.flush();