summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2012-11-05 12:32:50 -0800
committerSteve Langasek <steve.langasek@canonical.com>2012-11-05 12:32:50 -0800
commita258c13a2da88dea02959f3cf296c56da453126b (patch)
tree62ca4d567e4b70501fd0f03725bd5129cf046cfc /test
parent08807527cb1f8ecd9883f284dad278def3175933 (diff)
typo fix
Diffstat (limited to 'test')
-rwxr-xr-xtest/integration/test-kernel-helper-autoremove2
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