File 0005-Recomment-test-noise.patch of Package libght
From 66a1799df2fba1668cfb2b962f489997163cb931 Mon Sep 17 00:00:00 2001
From: Paul Ramsey <pramsey@cleverelephant.ca>
Date: Mon, 21 Oct 2013 16:08:51 -0700
Subject: [PATCH 5/7] Recomment test noise
---
test/cu_ght_core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/cu_ght_core.c b/test/cu_ght_core.c
index 61aa647..136ab7a 100644
--- a/test/cu_ght_core.c
+++ b/test/cu_ght_core.c
@@ -325,8 +325,8 @@ test_ght_node_unbuild_tree(void)
CU_ASSERT_STRING_EQUAL("c0v2hdm1gcuekpf9y1", nodelist->nodes[5]->hash);
CU_ASSERT_EQUAL(6, nodelist->num_nodes);
- for ( i = 0 ; i < nodelist->num_nodes; i++ )
- printf("%s\n", nodelist->nodes[i]->hash);
+ // for ( i = 0 ; i < nodelist->num_nodes; i++ )
+ // printf("%s\n", nodelist->nodes[i]->hash);
ght_nodelist_free_deep(nodelist);
ght_node_free(root);
--
1.8.4.5