summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cli-show
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-04-07 09:40:22 +0000
committerJulian Andres Klode <jak@debian.org>2026-04-07 09:40:22 +0000
commit2757f593507ced8145fc75d986721dff6d45daa5 (patch)
tree1a91836812c578f2919488fe2a88f74c31a1a5b6 /test/integration/test-apt-cli-show
parent9a97c0e647609da41a1df6574d98320e5e253988 (diff)
parentf0c71b95ca00bae2b364c4b4858c51d84b002387 (diff)
Merge branch 'drop-apt-warning' into 'main'
Drop warning about unstable CLI interface See merge request apt-team/apt!556
Diffstat (limited to 'test/integration/test-apt-cli-show')
-rwxr-xr-xtest/integration/test-apt-cli-show5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/integration/test-apt-cli-show b/test/integration/test-apt-cli-show
index 8f9aa036f..c7a0983bd 100755
--- a/test/integration/test-apt-cli-show
+++ b/test/integration/test-apt-cli-show
@@ -196,11 +196,6 @@ Description: Some description
That has multiple lines
" apt info multi -a
-# this is the default, but disabled by the testcases
-testsuccess apt show foo -o Apt::Cmd::Disable-Script-Warning=0
-cp rootdir/tmp/testsuccess.output aptshow.output
-testsuccess grep '^WARNING: ' aptshow.output
-
if [ "$(id -u)" != '0' ]; then
testsuccess apt install foo -s -o APT::Get::Show-User-Simulation-Note=1
cp rootdir/tmp/testsuccess.output aptshow.output