aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_plugin_rest_namestore.sh
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-23 14:57:57 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-23 14:57:57 +0900
commit7678d77b1cb0dcfd8887016d35b27fbedb136050 (patch)
treed2755d9f5f184e958f8259ed11bde6991d1bc273 /src/namestore/test_plugin_rest_namestore.sh
parent8ecf052b2976ee8148b20013b45114ba32e8cd78 (diff)
downloadgnunet-7678d77b1cb0dcfd8887016d35b27fbedb136050.tar.gz
gnunet-7678d77b1cb0dcfd8887016d35b27fbedb136050.zip
NAMESTORE: Add select ... for update / edit records APIs
Diffstat (limited to 'src/namestore/test_plugin_rest_namestore.sh')
-rwxr-xr-xsrc/namestore/test_plugin_rest_namestore.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/namestore/test_plugin_rest_namestore.sh b/src/namestore/test_plugin_rest_namestore.sh
index 50b3c8c12..83c6015c7 100755
--- a/src/namestore/test_plugin_rest_namestore.sh
+++ b/src/namestore/test_plugin_rest_namestore.sh
@@ -18,7 +18,6 @@ rm -rf `gnunet-config -c test_namestore_api.conf -f -s paths -o GNUNET_TEST_HOME
18namestore_link="http://localhost:7776/namestore" 18namestore_link="http://localhost:7776/namestore"
19wrong_link="http://localhost:7776/namestoreandmore" 19wrong_link="http://localhost:7776/namestoreandmore"
20 20
21
22curl_get () { 21curl_get () {
23 #$1 is link 22 #$1 is link
24 #$2 is grep 23 #$2 is grep