summaryrefslogtreecommitdiff
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:28:24 +0100
commit665d576d3329eda33177519ef73a747314a6cbb7 (patch)
treebc5642a43a20fac36c618f7d36363f4ef6b1fcc0
parent2df1d79b5f54971256d2eb8ff46e5ebb301722f1 (diff)
downloadapk-tools-665d576d3329eda33177519ef73a747314a6cbb7.tar.gz
apk-tools-665d576d3329eda33177519ef73a747314a6cbb7.tar.bz2
apk-tools-665d576d3329eda33177519ef73a747314a6cbb7.tar.xz
apk-tools-665d576d3329eda33177519ef73a747314a6cbb7.zip
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