diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-03-26 16:42:52 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-03-26 16:42:52 +0000 |
| commit | df81558bcedba6fa20a1217f992ba5d364edf886 (patch) | |
| tree | 9e375a1b113407e2d54ecca363c05bc765040927 /test/integration/test-apt-cli-pager | |
| parent | 75b9d167825be0d6f22884ce4a8b8392bdd12d63 (diff) | |
| parent | 805ddd0acc71e653d0f5f841e0ceaff665fce063 (diff) | |
Merge branch 'more-friendly-pager' into 'main'
pager: Also set SMK in LESS, fix LV=C to be LV=-c
See merge request apt-team/apt!470
Diffstat (limited to 'test/integration/test-apt-cli-pager')
| -rwxr-xr-x | test/integration/test-apt-cli-pager | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-cli-pager b/test/integration/test-apt-cli-pager index cc220c81f..ffa4e828d 100755 --- a/test/integration/test-apt-cli-pager +++ b/test/integration/test-apt-cli-pager @@ -126,5 +126,5 @@ Checksums-Sha256: PAGER="head -2" testsuccessequal "Package: foo Binary: foo" runapt --unbuffer apt showsrc foo -o TestPager="head- 2" -PAGER='echo $LESS' testsuccessequal "FRX" runapt --unbuffer apt showsrc foo -o TestPager='echo $LESS (1)' +PAGER='echo $LESS' testsuccessequal "FRSXMK" runapt --unbuffer apt showsrc foo -o TestPager='echo $LESS (1)' LESS=FRXM PAGER='echo $LESS' testsuccessequal "FRXM" runapt --unbuffer apt showsrc foo -o TestPager='echo $LESS (2)' |
