From 3683f556df1324b1ce575dd5932d174d75512f7a Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 19 Oct 2022 22:56:22 +0900 Subject: GNS: Make string formats more comaptible with DNS zonefiles --- src/gns/test_gns_mx_lookup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns') diff --git a/src/gns/test_gns_mx_lookup.sh b/src/gns/test_gns_mx_lookup.sh index 4afc93bb8..ffbe5a1b6 100755 --- a/src/gns/test_gns_mx_lookup.sh +++ b/src/gns/test_gns_mx_lookup.sh @@ -18,11 +18,11 @@ rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` which timeout > /dev/null 2>&1 && DO_TIMEOUT="timeout 5" MY_EGO="myego" -TEST_MX="5,mail.+" +TEST_MX="5 mail.+" gnunet-arm -s -c test_gns_lookup.conf gnunet-identity -C $MY_EGO -c test_gns_lookup.conf PKEY=`gnunet-identity -d | grep "$MY_EGO - " | awk '{print $3'}` -WANT_MX="5,mail.$PKEY" +WANT_MX="5 mail.$PKEY" gnunet-namestore -p -z $MY_EGO -a -n www -t MX -V "$TEST_MX" -e never -c test_gns_lookup.conf RES_MX=`$DO_TIMEOUT gnunet-gns --raw -u www.$MY_EGO -t MX -c test_gns_lookup.conf` -- cgit v1.2.3