aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_delete.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 11:40:00 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 11:40:00 +0000
commit88652b999ab006d0e863234395415edcbcddfbfe (patch)
treed470e8786ab77715f19056e3a109962c556890ab /src/namestore/test_namestore_delete.sh
parent9200ed3857ac29d11d4947c5eb231e9e3ee5ecfc (diff)
downloadgnunet-88652b999ab006d0e863234395415edcbcddfbfe.tar.gz
gnunet-88652b999ab006d0e863234395415edcbcddfbfe.zip
-delete does not work in the strong sense due to caching of the encrypted blocks, adjusting tests to reflect this
Diffstat (limited to 'src/namestore/test_namestore_delete.sh')
-rwxr-xr-xsrc/namestore/test_namestore_delete.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_delete.sh b/src/namestore/test_namestore_delete.sh
index 2b39bbd28..7e5ca97e7 100755
--- a/src/namestore/test_namestore_delete.sh
+++ b/src/namestore/test_namestore_delete.sh
@@ -32,8 +32,8 @@ start_peer
32gnunet-namestore -p -z testego -a -n $TEST_RECORD_NAME_DNS -t A -V $TEST_IP_PLUS -e never -c $CONFIGURATION 32gnunet-namestore -p -z testego -a -n $TEST_RECORD_NAME_DNS -t A -V $TEST_IP_PLUS -e never -c $CONFIGURATION
33# Delete record 33# Delete record
34gnunet-namestore -p -z testego -d -n $TEST_RECORD_NAME_DNS -t A -V $TEST_IP_PLUS -e never -c $CONFIGURATION 34gnunet-namestore -p -z testego -d -n $TEST_RECORD_NAME_DNS -t A -V $TEST_IP_PLUS -e never -c $CONFIGURATION
35# Lookup specific name 35# List all records
36OUTPUT=`gnunet-namestore -p -z testego -n $TEST_RECORD_NAME_DNS -D` 36OUTPUT=`gnunet-namestore -p -z testego -D`
37FOUND_IP=false 37FOUND_IP=false
38FOUND_NAME=false 38FOUND_NAME=false
39for LINE in $OUTPUT ; 39for LINE in $OUTPUT ;