diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-23 12:17:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-23 12:17:30 +0200 |
commit | 22d78babfc0f8efe5d333fe9c9d78a9da514181c (patch) | |
tree | 40ef18574e7444b2477572419fc24f09d09042b9 /tests/pkg-build.testscript | |
parent | 6ec2862b44e735cf265b8afb8105142c5478f69a (diff) |
Fix issue with hardcoded path separators in test
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index f2748bc..13f63c8 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -3880,7 +3880,7 @@ test.options += --no-progress %.*: develop=false% configured libhello/1.0.0 %.*: develop=false% - info: cfg/dir{libhello/} is up to date + %info: .+ is up to date% updated libhello/1.0.0 EOE } |