aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-02-23 18:01:43 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-02-23 18:01:43 +0100
commit63dceba116049b82f356a6cf9534ab218750f339 (patch)
treec73889d84b5e233aef3afa252354f662a4e3e7f0
parentc054fbc11e9beca0d45285c3e1f448c81416c5ce (diff)
downloadapk-tools-63dceba116049b82f356a6cf9534ab218750f339.tar.bz2
apk-tools-63dceba116049b82f356a6cf9534ab218750f339.tar.xz
fix test6.sh - linux-vanilla was renamed to linux-lts in v3.11
-rwxr-xr-xtest/test6.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test6.sh b/test/test6.sh
index 592c228..b92b98c 100755
--- a/test/test6.sh
+++ b/test/test6.sh
@@ -3,9 +3,9 @@
# desc: test triggers in kernel package
$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \
- --repository $SYSREPO alpine-keys linux-vanilla
+ --repository $SYSREPO alpine-keys linux-lts
-test -e "$ROOT"/boot/vmlinuz-vanilla
+test -e "$ROOT"/boot/vmlinuz-lts
-test -e "$ROOT"/boot/initramfs-vanilla
+test -e "$ROOT"/boot/initramfs-lts