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/fetch.testscript | |
parent | 6b625bea1beee70c326e1e32936e66ecc23ba99c (diff) |
Adapt to converting local repo canonical name path part to lower case on Windows
Diffstat (limited to 'tests/fetch.testscript')
-rw-r--r-- | tests/fetch.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fetch.testscript b/tests/fetch.testscript index 9ffd7aa..08ede11 100644 --- a/tests/fetch.testscript +++ b/tests/fetch.testscript @@ -35,9 +35,9 @@ deinit += -d prj depends: libbar EOI - $* 2>>/"EOE"; - fetching dir:$~/libbar \(complements dir:$~/prj\) - fetching dir:$~/libfoo \(prerequisite of dir:$~/prj\) + $* 2>>/~%EOE%; + %fetching dir:.+/libbar \(complements dir:.+/prj\)% + %fetching dir:.+/libfoo \(prerequisite of dir:.+/prj\)% EOE $status libfoo libbar >>~%EOO%; |