diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-06 21:15:50 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-06 21:15:50 +0000 |
| commit | 8066395be320ea253d9d973bb55abeb5b4e1e3b2 (patch) | |
| tree | 99b2772ca705f904d0b8dd860e3083231fc1dca9 /test | |
| parent | 0d083dd1eed93bfbca712f00c02de61b53acaf96 (diff) | |
| parent | bcc245651becca2ce226589e76a7c7f0177e40a5 (diff) | |
Merge branch 'history-command-id-error-fix' into 'main'
Fix history command error when no ID was given
See merge request apt-team/apt!520
Diffstat (limited to 'test')
| -rwxr-xr-x | test/integration/test-history | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/test-history b/test/integration/test-history index e10dab08e..34108e357 100755 --- a/test/integration/test-history +++ b/test/integration/test-history @@ -128,3 +128,7 @@ End time: dummy Requested by: Command line: install nothing Packages changed:" normalizedinfo + +testfailureequal "E: Incorrect usage, no ID was given." apt history-redo +testfailureequal "E: Incorrect usage, no ID was given." apt history-undo +testfailureequal "E: Incorrect usage, no ID was given." apt history-rollback |
