diff options
Diffstat (limited to 'tests/pkg-system.testscript')
-rw-r--r-- | tests/pkg-system.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-system.testscript b/tests/pkg-system.testscript index 8aaabd9..11ed1cc 100644 --- a/tests/pkg-system.testscript +++ b/tests/pkg-system.testscript @@ -711,7 +711,7 @@ rep_remove += -d cfg 2>! $pkg_build foo 'sys:libbar/1' 2>>EOE != 0; error: unable to satisfy constraints on package libbar info: command line depends on (libbar == 1) - info: foo depends on (libbar >= 2) + info: foo/2 depends on (libbar >= 2) info: available sys:libbar/1 info: available sys:libbar/2 info: while satisfying foo/2 |