Remove slash from broker address.
authorZdeněk Šustr <sustr4@cesnet.cz>
Sat, 9 Apr 2011 12:51:55 +0000 (12:51 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Sat, 9 Apr 2011 12:51:55 +0000 (12:51 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh

index 7811ad3..6ffbc2b 100755 (executable)
@@ -148,7 +148,7 @@ else
 
                        if [ $? = 0 ]; then
 
-                               BROKER=`$SYS_ECHO $BROKERLINE | $SYS_AWK '{print $3}' | $SYS_SED 's/^.*\/\///'`
+                               BROKER=`$SYS_ECHO $BROKERLINE | $SYS_AWK '{print $3}' | $SYS_SED 's/^.*\/\///' | $SYS_SED 's/\///g'`
 
                                printf "connecting to broker $BROKER... "