From 1e005c511529fc8d1b1d265f186e928af8aa313e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 5 Jul 2018 18:49:27 +0300 Subject: Fix failing on Windows rep-fetch test --- tests/rep-fetch.test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/rep-fetch.test b/tests/rep-fetch.test index bcbf2cf..c7e9e0f 100644 --- a/tests/rep-fetch.test +++ b/tests/rep-fetch.test @@ -458,8 +458,9 @@ if ($remote != true) { rep_add += --type dir - rep = $~/state0 - +cp -r $out_git/state0 $rep + +cp -r $out_git/state0 $~/state0 + + rep = $canonicalize([dir_path] $~/state0) +cat <= $rep/libbar.git/repositories.manifest : 1 -- cgit v1.1