diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/gns/test_plugin_rest_gns.sh | 2 |
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 () { #$2 is grep cache="$(gnurl -v "$1" 2>&1 | grep "$2")" #echo "$cache" - if [ "" == "$cache" ] + if [ "" = "$cache" ] then gnunet-identity -D "$TEST_TLD" -c test_gns_lookup.conf > /dev/null 2>&1 gnunet-arm -e -c test_gns_lookup.conf |