aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns')
-rwxr-xr-xsrc/gns/test_proxy.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
2# This file is in the public domain. 2# This file is in the public domain.
3TEST_DOMAIN="www.test" 3TEST_DOMAIN="www.test"
4GNUNET_TMP="$(gnunet-config -f -s PATHS -o GNUNET_TMP)" 4GNUNET_TMP="$(gnunet-config -f -s PATHS -o GNUNET_TMP)"
5PROXY_CACERT="$(gnunet-config -f -c test_gnunet_proxy.conf -s gns-proxy -o PROXY_CACERT)" 5PROXY_CACERT="$(gnunet-config -f -c test_gns_proxy.conf -s gns-proxy -o PROXY_CACERT)"
6 6
7# Delete old files before starting test 7# Delete old files before starting test
8rm -rf "$GNUNET_TMP/test-gnunet-gns-testing/" 8rm -rf "$GNUNET_TMP/test-gnunet-gns-testing/"