From f619db022734dff6b988c514e3a292a5c7babaf0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Feb 2018 15:02:15 +0300 Subject: Invent repository_state() function --- tests/rep-info.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/rep-info.test') diff --git a/tests/rep-info.test b/tests/rep-info.test index 32b77fb..ce0c6d4 100644 --- a/tests/rep-info.test +++ b/tests/rep-info.test @@ -153,7 +153,7 @@ else : Version module is enabled for the project. : $* "$rep/style-basic.git#master" >>~%EOO% - %git:.+style-basic .+style-basic.git#master% + %git:.+style-basic#master .+style-basic.git#master% %style-basic/1\.1\.0-a\.0\..+% EOO @@ -163,8 +163,8 @@ else : The packages and repositories files are present in the repository root. : $* "$rep/libbar.git#master" >>~%EOO% - %git:.+libbar .+libbar.git#master% - %prerequisite git:.+style-basic .+style-basic.git#stable% + %git:.+libbar#master .+libbar.git#master% + %prerequisite git:.+style-basic#stable .+style-basic.git#stable% libbar/1.0.0 libmbar/1.0.0 -- cgit v1.1