aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-06-13 18:15:05 +0000
committerGravatar Yue Gan <yueg@google.com>2016-06-14 08:14:36 +0000
commita93555c45d7bd091c62e8e3046db6b678ae0affa (patch)
tree0dd82b29dc996838c5333cfd4f576e0f3432bd21 /src
parent0005bbcba9b3564d9e4490725973a68674aa9455 (diff)
Zip up symlinks as symlinks
Instead of resolving them to the underlying file. Fixes #1384. -- MOS_MIGRATED_REVID=124746179
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/shell/bazel/external_integration_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/external_integration_test.sh b/src/test/shell/bazel/external_integration_test.sh
index 8a620eda33..f41b001639 100755
--- a/src/test/shell/bazel/external_integration_test.sh
+++ b/src/test/shell/bazel/external_integration_test.sh
@@ -49,7 +49,7 @@ EOF
function zip_up() {
repo2_zip=$TEST_TMPDIR/fox.zip
- zip -0 -r $repo2_zip WORKSPACE fox
+ zip -0 -ry $repo2_zip WORKSPACE fox
}
function tar_gz_up() {