aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_put.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_put.sh')
-rwxr-xr-xsrc/namestore/test_namestore_put.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_put.sh b/src/namestore/test_namestore_put.sh
index 6b6647d5f..eaf7d44b4 100755
--- a/src/namestore/test_namestore_put.sh
+++ b/src/namestore/test_namestore_put.sh
@@ -46,7 +46,7 @@ gnunet-namestore -p -z testego -a -n $TEST_RECORD_NAME_DNS -t A -V $TEST_IP_PLUS
46NAMESTORE_RES=$? 46NAMESTORE_RES=$?
47stop_peer 47stop_peer
48 48
49if [ $NAMESTORE_RES == 0 ] 49if [ $NAMESTORE_RES = 0 ]
50then 50then
51 echo "PASS: Creating name in namestore" 51 echo "PASS: Creating name in namestore"
52else 52else