veyron/lib/modules/core: Remove reliance on rt.R().

Change-Id: I689e6bf794010c791b9db7cc1d2c4632862c5013
diff --git a/tools/naming/simulator/proxy.scr b/tools/naming/simulator/proxy.scr
index 8421133..ec514f3 100644
--- a/tools/naming/simulator/proxy.scr
+++ b/tools/naming/simulator/proxy.scr
@@ -88,9 +88,9 @@
 assertOneOf $PROXY_ADDR $ep1_addr $ep2_addr $ep3_addr $ep4_addr
 assert $rid $ECHOS_RID
 
-ls -l echo/withproxy
+ls -- -l echo/withproxy
 wait $_
-ls -l echo/noproxy
+ls -- -l echo/noproxy
 wait $_
 
 echoClient echo/withproxy "ohh"