veyron/runtimes/google/ipc/stream/crypto: fix shell test import paths.

Change-Id: I7ff9aa023a23ae3e42fbe7b80f1cf760e15b459a
diff --git a/runtimes/google/ipc/stream/crypto/tls_generate_old.sh b/runtimes/google/ipc/stream/crypto/tls_generate_old.sh
index ab2cdaf..478a390 100755
--- a/runtimes/google/ipc/stream/crypto/tls_generate_old.sh
+++ b/runtimes/google/ipc/stream/crypto/tls_generate_old.sh
@@ -23,7 +23,7 @@
 EOF
   cat "${INFILE}" |
     sed -e 's|// +build go1.4|// +build !go1.4|' |
-    sed -e 's|"crypto/tls"|tls "veyron/runtimes/google/ipc/stream/crypto/tlsfork"|' >>$OUTFILE
+    sed -e 's|"crypto/tls"|tls "veyron.io/veyron/veyron/runtimes/google/ipc/stream/crypto/tlsfork"|' >>$OUTFILE
 
   "${VEYRON_ROOT}/scripts/build/go" fmt "${OUTFILE}"
 }