diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-20 13:16:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-21 18:39:22 +0300 |
commit | f2569bd8b6cff7f17ae71035cc3d4e86b2fc0cc4 (patch) | |
tree | 007f39f3a557c21a35ffb4fee586c1d9b4669810 /tests/rep-fetch-git-commit.testscript | |
parent | 8bf1ad21e235017f80c1fb4566a051895a0cd85b (diff) |
Adapt rep-fetch tests to full support of git versions prior to 2.14
Diffstat (limited to 'tests/rep-fetch-git-commit.testscript')
-rw-r--r-- | tests/rep-fetch-git-commit.testscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rep-fetch-git-commit.testscript b/tests/rep-fetch-git-commit.testscript index 8af9ea1..fd406e1 100644 --- a/tests/rep-fetch-git-commit.testscript +++ b/tests/rep-fetch-git-commit.testscript @@ -7,7 +7,6 @@ : unadvertised : -if ($git_fully_supported || $git_protocol != 'https-smart-unadv') { +git -C ../style-basic log '--pretty=format:%H' --all --grep='README' | \ set commit |