summaryrefslogtreecommitdiff
path: root/src/gns/test_plugin_rest_gns.sh
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-27 18:23:38 +0000
committerng0 <ng0@n0.is>2019-10-27 18:23:38 +0000
commit95485f2f9b181cc710ddbf806b5f8601f23edb33 (patch)
tree06c90f67c2038770fcd12e85a82804813dbf34a8 /src/gns/test_plugin_rest_gns.sh
parent577627286931f739cf5e18670f16cf9636ed0f79 (diff)
downloadgnunet-95485f2f9b181cc710ddbf806b5f8601f23edb33.tar.gz
gnunet-95485f2f9b181cc710ddbf806b5f8601f23edb33.zip
portability fix.
Diffstat (limited to 'src/gns/test_plugin_rest_gns.sh')
-rwxr-xr-xsrc/gns/test_plugin_rest_gns.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_plugin_rest_gns.sh b/src/gns/test_plugin_rest_gns.sh
index da46330d6..4079b8bad 100755
--- a/src/gns/test_plugin_rest_gns.sh
+++ b/src/gns/test_plugin_rest_gns.sh
@@ -24,7 +24,7 @@ curl_get () {
24 #$2 is grep 24 #$2 is grep
25 cache="$(gnurl -v "$1" 2>&1 | grep "$2")" 25 cache="$(gnurl -v "$1" 2>&1 | grep "$2")"
26 #echo "$cache" 26 #echo "$cache"
27 if [ "" == "$cache" ] 27 if [ "" = "$cache" ]
28 then 28 then
29 gnunet-identity -D "$TEST_TLD" -c test_gns_lookup.conf > /dev/null 2>&1 29 gnunet-identity -D "$TEST_TLD" -c test_gns_lookup.conf > /dev/null 2>&1
30 gnunet-arm -e -c test_gns_lookup.conf 30 gnunet-arm -e -c test_gns_lookup.conf