veyron/tools/identity: fixing the shell test
Change-Id: I8e2bf5b647800a764cfed04abb9c1d341be91479
diff --git a/tools/identity/test.sh b/tools/identity/test.sh
index 91e2bd7..e7e76de 100755
--- a/tools/identity/test.sh
+++ b/tools/identity/test.sh
@@ -40,7 +40,7 @@
# To regenerate testdata:
# identity generate "root" >testdata/root.id
# identity generate "other" | VEYRON_IDENTITY=testdata/root.id identity bless - "blessed" >testdata/blessed.id
- local -r TESTDATA_DIR="${VEYRON_ROOT}/veyron/go/src/veyron/tools/identity/testdata"
+ local -r TESTDATA_DIR="${VEYRON_ROOT}/veyron.io/veyron/veyron/go/src/veyron/tools/identity/testdata"
GOT=$(VEYRON_IDENTITY="${TESTDATA_DIR}/root.id" ./identity print | awk '/Name/ {print $3}')
WANT="root"
if [ "${GOT}" != "${WANT}" ]; then