diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-06 16:23:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-06 16:44:09 +0200 |
commit | f7a31c6a617c043171df737d4246c50c1f7286f3 (patch) | |
tree | 332f67853ab27bc960a620c9727d293f6c754520 /tests/pkg-drop.testscript | |
parent | c5019d100308fd3e330678ec223d3891ed61d3c8 (diff) |
Add pkg-status --all|-a and --link options
Diffstat (limited to 'tests/pkg-drop.testscript')
-rw-r--r-- | tests/pkg-drop.testscript | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/pkg-drop.testscript b/tests/pkg-drop.testscript index c9b629b..d875543 100644 --- a/tests/pkg-drop.testscript +++ b/tests/pkg-drop.testscript @@ -766,6 +766,9 @@ $* libfoo/1.0.0 2>>~%EOE% != 0 error: unable to find prerequisite package foo in linked configuration cfg2/ EOE - $pkg_status -d cfg2 -r 2>'info: no held packages in the configuration' + $pkg_status -d cfg2 -r 2>>EOE + info: no held packages in the configuration + info: use --all|-a to see status of all packages + EOE } } |