diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-09 20:17:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-09 20:17:14 +0300 |
commit | 30f6a563fc8c5b2d5c70cd55838aca4e5692b3e4 (patch) | |
tree | 581410c954a633dfb5f5ad31db40193dbd943362 /tests/publish.test | |
parent | 4f2d4022dca65da2a6f03e1f27df13deeaab360a (diff) |
Fix init, config and status commands tests to pass for older git versions
Diffstat (limited to 'tests/publish.test')
-rw-r--r-- | tests/publish.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/publish.test b/tests/publish.test index 947a780..b2a994f 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include common.test project.test git.test +.include common.test git.test project.test # Repository to use for the package submissions simulation. # |