aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-05 14:00:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-05 14:00:39 +0300
commit57621f681bbba48aee65f5a8d629d7aae527635b (patch)
treeedbf13177db40dc018174e163b27a130d241cced /tests
parent9be433ac34057a2c9c1757ec41f8b3f6361f98dc (diff)
Adapt to prerequisite repository type guessing rules change
Diffstat (limited to 'tests')
-rw-r--r--tests/rep-fetch.test10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/rep-fetch.test b/tests/rep-fetch.test
index 9543045..bcbf2cf 100644
--- a/tests/rep-fetch.test
+++ b/tests/rep-fetch.test
@@ -458,7 +458,15 @@ if ($remote != true)
{
rep_add += --type dir
- rep = $canonicalize([dir_path] $out_git/state0)
+ rep = $~/state0
+ +cp -r $out_git/state0 $rep
+
+ +cat <<EOI >= $rep/libbar.git/repositories.manifest
+ : 1
+ role: prerequisite
+ type: dir
+ location: ../style-basic.git
+ EOI
+$clone_cfg && $rep_add $rep/libbar.git