From 5e40d45fedc7181810d837a77a8a1ca97b5f8665 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 24 Nov 2020 13:58:40 +0300 Subject: Adapt to converting local repo canonical name path part to lower case on Windows --- tests/status.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/status.testscript') diff --git a/tests/status.testscript b/tests/status.testscript index 49b5412..bf4339b 100644 --- a/tests/status.testscript +++ b/tests/status.testscript @@ -82,10 +82,10 @@ deinit += -d prj depends: libprj EOI - $* --recursive >>EOO 2>>/"EOE"; # Note: implicitly fetches in cfg. + $* --recursive >>EOO 2>>/~%EOE%; # Note: implicitly fetches in cfg. prj configured 0.1.0-a.0.19700101000000 available 0.1.0-a.0.19700101000000#1 EOO - fetching dir:$~/libprj \(prerequisite of dir:$~/prj\) + %fetching dir:.+/libprj \(prerequisite of dir:.+/prj\)% EOE $sync; -- cgit v1.1