aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-01 10:57:01 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-01 10:57:01 +0100
commitb6635946598f525b1ae73a5f7ba359df5416bc4e (patch)
tree762cad0f84f3987f06f3e739cb9889c9dc36d855
parentabb648177bd5ecbcf8c0c6ce9be353a43fbf5b76 (diff)
downloadgnunet-b6635946598f525b1ae73a5f7ba359df5416bc4e.tar.gz
gnunet-b6635946598f525b1ae73a5f7ba359df5416bc4e.zip
gns: fix SBOX test with change CLI interface
-rwxr-xr-xsrc/cli/gns/test_gns_box_sbox.sh2
1 files changed, 1 insertions, 1 deletions
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
42gnunet-arm -e -c test_gns_lookup.conf 42gnunet-arm -e -c test_gns_lookup.conf
43rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` 43rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME`
44 44
45{ read RES_B; read RES_S;} <<< "${RES_B_S}" 45{ read RES_A1; read RES_A2; read RES_B; read RES_S;} <<< "${RES_B_S}"
46if [ "$RES_B" = "$RES_S" ] 46if [ "$RES_B" = "$RES_S" ]
47then 47then
48 echo "Failed to resolve to diffrent TXT records, got '$RES_B' and '$RES_S'." 48 echo "Failed to resolve to diffrent TXT records, got '$RES_B' and '$RES_S'."