aboutsummaryrefslogtreecommitdiff
path: root/tests/fetch.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-11-24 13:58:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-11-24 13:58:40 +0300
commit5e40d45fedc7181810d837a77a8a1ca97b5f8665 (patch)
tree33b59913a2ae3c0c0ce296a24c70c07b1641c788 /tests/fetch.testscript
parent6b625bea1beee70c326e1e32936e66ecc23ba99c (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.testscript6
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%;