Fix autoremove when used with -q, which fixes #1399
modified src/autoremove.c
@@ -138,7 +138,10 @@ exec_autoremove(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/frontend/autoremove.sh
@@ -4,7 +4,8 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -102,3 +103,22 @@ autoremove_quiet_body() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |