diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-11-24 13:58:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-11-24 13:58:40 +0300 |
commit | 5e40d45fedc7181810d837a77a8a1ca97b5f8665 (patch) | |
tree | 33b59913a2ae3c0c0ce296a24c70c07b1641c788 /tests/status.testscript | |
parent | 6b625bea1beee70c326e1e32936e66ecc23ba99c (diff) |
Adapt to converting local repo canonical name path part to lower case on Windows
Diffstat (limited to 'tests/status.testscript')
-rw-r--r-- | tests/status.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
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; |