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

