Post-migration cleanup.
diff --git a/tools/vrun/test.sh b/tools/vrun/test.sh
index 1cf5442..8191876 100755
--- a/tools/vrun/test.sh
+++ b/tools/vrun/test.sh
@@ -2,7 +2,7 @@
# Test running an application using vrun under the agent.
-source "$(go list -f {{.Dir}} v.io/veyron/shell/lib)/shell_test.sh"
+source "$(go list -f {{.Dir}} v.io/core/shell/lib)/shell_test.sh"
readonly WORKDIR="${shell_test_WORK_DIR}"
diff --git a/tools/vrun/testchild.sh b/tools/vrun/testchild.sh
index 9d4b856..dae88af 100755
--- a/tools/vrun/testchild.sh
+++ b/tools/vrun/testchild.sh
@@ -2,7 +2,7 @@
# Helper script for testing vrun.
-source "$(go list -f {{.Dir}} v.io/veyron/shell/lib)/shell_test.sh"
+source "$(go list -f {{.Dir}} v.io/core/shell/lib)/shell_test.sh"
main() {
shell_test::setup_server_test