diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-12 07:41:17 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-12 07:41:17 +0100 |
commit | 017d3f3b4b0da976b1d2ecfcd26251369c5aec88 (patch) | |
tree | 4d19b9797e8d7a8ffec8b5fb39937fd946ccfb69 /test/integration/test-apt-get-source | |
parent | fc85b0d8f3c2d63efcad2590e021d70c2ba700da (diff) |
clarify error message when apt-get source=ver fails, print a real error message instead of "ignoring"
Diffstat (limited to 'test/integration/test-apt-get-source')
-rwxr-xr-x | test/integration/test-apt-get-source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-source b/test/integration/test-apt-get-source index c8db4edbe..3ee7a9e23 100755 --- a/test/integration/test-apt-get-source +++ b/test/integration/test-apt-get-source @@ -62,7 +62,7 @@ Need to get 0 B of source archives. # unavailable one testequal "$HEADER -E: Ignore unavailable version '9.9-not-there' of package 'foo' +E: Can not find version '9.9-not-there' of package 'foo' E: Unable to find a source package for foo" aptget source -q --print-uris foo=9.9-not-there # version and release |