aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/bound_targets_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/bound_targets_test.sh')
-rwxr-xr-xsrc/test/shell/bazel/bound_targets_test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/shell/bazel/bound_targets_test.sh b/src/test/shell/bazel/bound_targets_test.sh
index d7da26a029..f6d029b962 100755
--- a/src/test/shell/bazel/bound_targets_test.sh
+++ b/src/test/shell/bazel/bound_targets_test.sh
@@ -25,8 +25,7 @@ if [ "${PLATFORM}" != "darwin" ]; then
fi
function test_build_xcrunwrapper() {
- rm WORKSPACE
- ln -sv ${workspace_file} WORKSPACE
+ use_bazel_workspace_file
bazel build //external:xcrunwrapper || fail "should build xcrunwrapper"
}