gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: gns: fix SBOX test with change CLI inter


From: gnunet
Subject: [gnunet] branch master updated: gns: fix SBOX test with change CLI interface
Date: Fri, 01 Mar 2024 10:57:05 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b66359465 gns: fix SBOX test with change CLI interface
b66359465 is described below

commit b6635946598f525b1ae73a5f7ba359df5416bc4e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Mar 1 10:57:01 2024 +0100

    gns: fix SBOX test with change CLI interface
---
 src/cli/gns/test_gns_box_sbox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli/gns/test_gns_box_sbox.sh b/src/cli/gns/test_gns_box_sbox.sh
index 1f226dce9..d7e95912e 100755
--- a/src/cli/gns/test_gns_box_sbox.sh
+++ b/src/cli/gns/test_gns_box_sbox.sh
@@ -42,7 +42,7 @@ gnunet-identity -D $MY_EGO -c test_gns_lookup.conf
 gnunet-arm -e -c test_gns_lookup.conf
 rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME`
 
-{ read RES_B; read RES_S;} <<< "${RES_B_S}"
+{ read RES_A1; read RES_A2; read RES_B; read RES_S;} <<< "${RES_B_S}"
 if [ "$RES_B" = "$RES_S" ]
 then
   echo "Failed to resolve to diffrent TXT records, got '$RES_B' and '$RES_S'."

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]