diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-01-26 14:25:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-01-26 14:25:04 +0300 |
commit | 61f62a91bdf0348a73db18b95a6e9aa475aa6568 (patch) | |
tree | 3fec49c3ad98fca8edc155301c12bcdeb4e08f97 /tests/pkg-drop.testscript | |
parent | 64e2a788645a8a5b30d82265ba8aa4fee88cca21 (diff) |
Create available packages in debian system package manager test and pass --sys-no-query for pkg-build in testscripts
Diffstat (limited to 'tests/pkg-drop.testscript')
-rw-r--r-- | tests/pkg-drop.testscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/pkg-drop.testscript b/tests/pkg-drop.testscript index a2e58f3..7504d6c 100644 --- a/tests/pkg-drop.testscript +++ b/tests/pkg-drop.testscript @@ -458,7 +458,9 @@ $* libfoo/1.0.0 2>>~%EOE% != 0 : linked-configs : { - pkg_build = [cmdline] $0 pkg-build --yes 2>! + # Get rid of -d option. + # + pkg_build = [cmdline] $0 pkg-build --yes --sys-no-query 2>! : 3-configs : |