gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29558 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29558 - gnunet/src/gns
Date: Wed, 25 Sep 2013 19:44:08 +0200

Author: grothoff
Date: 2013-09-25 19:44:08 +0200 (Wed, 25 Sep 2013)
New Revision: 29558

Modified:
   gnunet/src/gns/test_gns_mx_lookup.sh
Log:
-fix MX testcase to use well-formed MX record string

Modified: gnunet/src/gns/test_gns_mx_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_mx_lookup.sh        2013-09-25 16:57:13 UTC (rev 
29557)
+++ gnunet/src/gns/test_gns_mx_lookup.sh        2013-09-25 17:44:08 UTC (rev 
29558)
@@ -1,12 +1,14 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
-rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
-TEST_MX="mail.gnunet"
+rm -fr `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+
+TEST_MX="5,mail.gnu"
 gnunet-arm -s -c test_gns_lookup.conf
 gnunet-identity -C testego -c test_gns_lookup.conf
-gnunet-namestore -p -z testego -a -n gnunet -t MX -V $TEST_MX -e never -c 
test_gns_lookup.conf
+gnunet-namestore -p -z testego -a -n www -t MX -V "$TEST_MX" -e never -c 
test_gns_lookup.conf
+
 RES_MX=$(timeout 5 gnunet-gns --raw -z testego -u www.gnu -t MX -c 
test_gns_lookup.conf)
-gnunet-namestore -z testego -d -n www -t MX -V $TEST_MX -e never -c 
test_gns_lookup.conf
+gnunet-namestore -z testego -d -n www -t MX -V "$TEST_MX" -e never -c 
test_gns_lookup.conf
 gnunet-identity -D testego -c test_gns_lookup.conf
 gnunet-arm -e -c test_gns_lookup.conf
 
@@ -14,6 +16,6 @@
 then
   exit 0
 else
-  echo "Failed to resolve to proper IP, got $RES_MX."
+  echo "FAIL: did not get proper IP, got $RES_MX."
   exit 1
 fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]