aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-build.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-10-26 17:12:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-11-02 14:04:09 +0300
commit314a91a726cb5d947c5e19268a8fa557d803389c (patch)
tree9b9648a33aff1e724b057fdfd7715eaf0d52cf48 /tests/pkg-build.testscript
parentad53b2152e10b133165c95f08f218e80f1dd8580 (diff)
Fix crash due to dereferencing of available package NULL pointer in trace lambda
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r--tests/pkg-build.testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript
index eec268e..aa99056 100644
--- a/tests/pkg-build.testscript
+++ b/tests/pkg-build.testscript
@@ -9647,7 +9647,7 @@ test.arguments += --sys-no-query
trace: collect_build_postponed (0): end
trace: execute_plan: simulate: yes
%.*
- trace: execute_plan: while configuring dependent tez/1.0.0 in simulation mode unconstrain (toz == 0.1.0)
+ trace: execute_plan: while configuring dependent tez in simulation mode unconstrain (toz == 0.1.0)
%.*
error: unable to satisfy constraints on package toz
info: tvz/1.0.0 depends on (toz == 0.2.0)
@@ -9841,7 +9841,7 @@ test.arguments += --sys-no-query
trace: collect_build_postponed (0): end
trace: execute_plan: simulate: yes
%.*
- trace: execute_plan: while configuring dependent tez/1.0.0 in simulation mode unconstrain (toz == 0.1.0)
+ trace: execute_plan: while configuring dependent tez in simulation mode unconstrain (toz == 0.1.0)
%.*
error: unable to satisfy constraints on package toz
info: tvz/0.1.0 depends on (toz == 0.2.0)