diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-11-05 12:32:50 -0800 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-14 20:27:21 +0100 |
commit | d27a691d72c8cc07767e92ae94bdfe391d9e9513 (patch) | |
tree | d1d2ecab678bef949ab3f9be7211c734f232522d /test | |
parent | 86eab64799033223f073ca30a6b9655fbab2c214 (diff) |
typo fix
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-kernel-helper-autoremove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-kernel-helper-autoremove b/test/integration/test-kernel-helper-autoremove index 4c0571b13..52fa01bc5 100755 --- a/test/integration/test-kernel-helper-autoremove +++ b/test/integration/test-kernel-helper-autoremove @@ -28,7 +28,7 @@ sh ${TESTDIR}/../../debian/apt.auto-removal.sh # and ensure its there, valid and version 10.0.0-1 is there too test -e $TMPDIR/apt.conf.d/01autoremove-kernels apt-config -c ${APT_CONFIG} dump|grep -q "APT::NeverAutoRemove::.*\^linux-image-10.0.0-1-generic\.\*" -# ... and also that the running kernel is exlucded +# ... and also that the running kernel is excluded apt-config -c ${APT_CONFIG} dump|grep -q "APT::NeverAutoRemove::.*\^linux-image-$(uname -r)\.\*" # done |