diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-27 15:53:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-27 15:55:18 +0300 |
commit | a2b084651909929d58f6b4bc0f3c742d87ee31f6 (patch) | |
tree | 63ef970e6edc44473ca9450dce93cbd130127d57 /tests/rep-list.test | |
parent | f86216071cd4d8d120a8afb83f4b452ef7892ea1 (diff) |
Add support for repository fragments
Diffstat (limited to 'tests/rep-list.test')
-rw-r--r-- | tests/rep-list.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rep-list.test b/tests/rep-list.test index 970379a..c1f0841 100644 --- a/tests/rep-list.test +++ b/tests/rep-list.test @@ -142,6 +142,6 @@ else $* --complements --prerequisites >>~%EOO% %git:.+libbar#master .+libbar\.git#master% - % prerequisite git:.+style-basic#stable .+style-basic\.git#stable% + % prerequisite git:.+style-basic#stable .+style-basic\.git#stable \(heads/master\)% EOO } |