diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-11 22:22:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-15 15:13:45 +0300 |
commit | 982916a05ab73f8ca113d45a6ddabcd09f481de5 (patch) | |
tree | 98bfc8c17649459ea4dba487e92611da9cc7c534 /tests/common/git/pack | |
parent | f1c95d45bd86180ef64da018b657461c44d0236a (diff) |
Implement git repository working tree fix up for package checkout on Windows
Diffstat (limited to 'tests/common/git/pack')
-rwxr-xr-x | tests/common/git/pack | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common/git/pack b/tests/common/git/pack index f9d9772..fd0b49c 100755 --- a/tests/common/git/pack +++ b/tests/common/git/pack @@ -15,6 +15,7 @@ function error () { info "$*"; exit 1; } projects=(\ state0/libfoo state0/libfox state0/libbar state0/style state0/style-basic \ + state0/links \ state1/libfoo state1/libfox state1/libbaz state1/style state1/style-basic) for p in "${projects[@]}"; do |