View Issue Details

IDProjectCategoryView StatusLast Update
0007649GNUnetGNSpublic2023-06-01 20:26
Reporterulfvonbelow Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.19.4Fixed in Version0.19.4 
Summary0007649: Wrong config file name in test_proxy.sh?
DescriptionI see many references to test_gns_proxy.conf, but only a single reference to test_gnunet_proxy.conf. This caused errors while running the test suite if I remember correctly.
Steps To Reproduce./configure --enable-sanitizer
make
make install
make check
Additional InformationPatch attached to replace test_gnunet_proxy.conf with test_gns_proxy.conf.
Tagspatch
Attached Files
0001-GNS-use-proper-config-file-name-in-test_proxy.sh.patch (865 bytes)   
From 623430fae4c4d11d632cd10d68d816ec76736ecd Mon Sep 17 00:00:00 2001
From: ulfvonbelow <strilen@tilde.club>
Date: Sun, 29 Jan 2023 07:07:10 -0600
Subject: [PATCH] -GNS: use proper config file name in test_proxy.sh.

---
 src/gns/test_proxy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gns/test_proxy.sh b/src/gns/test_proxy.sh
index 720fe643d..bb63a436e 100755
--- a/src/gns/test_proxy.sh
+++ b/src/gns/test_proxy.sh
@@ -2,7 +2,7 @@
 # This file is in the public domain.
 TEST_DOMAIN="www.test"
 GNUNET_TMP="$(gnunet-config -f -s PATHS -o GNUNET_TMP)"
-PROXY_CACERT="$(gnunet-config -f -c test_gnunet_proxy.conf -s gns-proxy -o PROXY_CACERT)"
+PROXY_CACERT="$(gnunet-config -f -c test_gns_proxy.conf -s gns-proxy -o PROXY_CACERT)"
 
 # Delete old files before starting test
 rm -rf "$GNUNET_TMP/test-gnunet-gns-testing/"
-- 
2.38.1

Activities

schanzen

2023-06-01 20:26

administrator   ~0020220

released some time ago

Issue History

Date Modified Username Field Change
2023-01-30 00:48 ulfvonbelow New Issue
2023-01-30 00:48 ulfvonbelow Tag Attached: patch
2023-01-30 00:48 ulfvonbelow File Added: 0001-GNS-use-proper-config-file-name-in-test_proxy.sh.patch
2023-02-06 05:55 schanzen Assigned To => schanzen
2023-02-06 05:55 schanzen Status new => resolved
2023-02-06 05:55 schanzen Resolution open => fixed
2023-02-06 05:55 schanzen Fixed in Version => 0.19.4
2023-02-06 06:19 schanzen Target Version => 0.19.4
2023-06-01 20:26 schanzen Note Added: 0020220
2023-06-01 20:26 schanzen Status resolved => closed