Replacing veyron.io with v.io.
diff --git a/services/identity/test.sh b/services/identity/test.sh
index 6a20639..63a8032 100755
--- a/services/identity/test.sh
+++ b/services/identity/test.sh
@@ -2,13 +2,13 @@
# Test that tests the routes of the identityd server.
-source "$(go list -f {{.Dir}} veyron.io/veyron/shell/lib)/shell_test.sh"
+source "$(go list -f {{.Dir}} v.io/veyron/shell/lib)/shell_test.sh"
readonly WORKDIR="${shell_test_WORK_DIR}"
build() {
- IDENTITYD_BIN="$(shell_test::build_go_binary 'veyron.io/veyron/veyron/services/identity/identityd_test')"
- PRINCIPAL_BIN="$(shell_test::build_go_binary 'veyron.io/veyron/veyron/tools/principal')"
+ IDENTITYD_BIN="$(shell_test::build_go_binary 'v.io/veyron/veyron/services/identity/identityd_test')"
+ PRINCIPAL_BIN="$(shell_test::build_go_binary 'v.io/veyron/veyron/tools/principal')"
}
# These certificatese were created with "generate_cert.go --host=localhost --duration=87600h --ecdsa-curve=P256"
@@ -78,4 +78,4 @@
shell_test::pass
}
-main "$@"
\ No newline at end of file
+main "$@"