diff options
Diffstat (limited to 'test/integration/test-apt-cache')
-rwxr-xr-x | test/integration/test-apt-cache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-cache b/test/integration/test-apt-cache index 7927686fc..c254aa602 100755 --- a/test/integration/test-apt-cache +++ b/test/integration/test-apt-cache @@ -34,6 +34,7 @@ testempty aptcache unmet dpkg testsuccess aptcache stats cp rootdir/tmp/testsuccess.output stats.output testsuccess test -s stats.output +testfailureequal 'E: apt-cache stats does not take any arguments' aptcache stats foo testsuccess aptcache xvcg foo cp rootdir/tmp/testsuccess.output xvcg.output testsuccess test -s xvcg.output |