diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-11-05 11:39:47 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-14 20:27:03 +0100 |
commit | 86eab64799033223f073ca30a6b9655fbab2c214 (patch) | |
tree | 557efc03ec10e303d01e4c671f18c766a83d68b4 /test/integration/test-kernel-helper-autoremove.fake-dpkg | |
parent | e5bdcc8708ee571a7d7d54bbdfa7e226300344ea (diff) |
also check that the running kernel is kept
Diffstat (limited to 'test/integration/test-kernel-helper-autoremove.fake-dpkg')
-rw-r--r-- | test/integration/test-kernel-helper-autoremove.fake-dpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-kernel-helper-autoremove.fake-dpkg b/test/integration/test-kernel-helper-autoremove.fake-dpkg index aec6d4418..a365c5370 100644 --- a/test/integration/test-kernel-helper-autoremove.fake-dpkg +++ b/test/integration/test-kernel-helper-autoremove.fake-dpkg @@ -3,7 +3,7 @@ set -e if [ "$1" = "-l" ]; then echo "ii linux-image-1.0.0-2-generic 1.0.01-2 amd64" - echo "ii linux-image-3.5.0-17-generic 3.5.0-17 amd64" + echo "ii linux-image-$(uname -r) not-used amd64" echo "ii linux-image-10.0.0-1-generic 10.0.0.1-1 amd64" elif [ "$1" = "--compare-versions" ]; then dpkg "$1" "$2" "$3" "$4" |