diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-03-01 10:57:01 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-03-01 10:57:01 +0100 |
commit | b6635946598f525b1ae73a5f7ba359df5416bc4e (patch) | |
tree | 762cad0f84f3987f06f3e739cb9889c9dc36d855 | |
parent | abb648177bd5ecbcf8c0c6ce9be353a43fbf5b76 (diff) | |
download | gnunet-b6635946598f525b1ae73a5f7ba359df5416bc4e.tar.gz gnunet-b6635946598f525b1ae73a5f7ba359df5416bc4e.zip |
gns: fix SBOX test with change CLI interface
-rwxr-xr-x | src/cli/gns/test_gns_box_sbox.sh | 2 |
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 | |||
42 | gnunet-arm -e -c test_gns_lookup.conf | 42 | gnunet-arm -e -c test_gns_lookup.conf |
43 | rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` | 43 | rm -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}" |
46 | if [ "$RES_B" = "$RES_S" ] | 46 | if [ "$RES_B" = "$RES_S" ] |
47 | then | 47 | then |
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'." |