diff options
Diffstat (limited to 'src/cli/gns/test_gns_box_sbox.sh')
-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'." |