aboutsummaryrefslogtreecommitdiff
path: root/src/cli/gns/test_gns_box_sbox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/gns/test_gns_box_sbox.sh')
-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'."