aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-10 15:02:51 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-11 12:14:41 +0200
commit419e51638c715d8fdfa4fab1ad40bec66deb92b9 (patch)
tree6f9e2bc24092b4ccaa0cf3ba32ac9d249623a8fb
parent69c343afb914f1fdf17c082772bd83be28e0a56b (diff)
downloadaports-419e51638c715d8fdfa4fab1ad40bec66deb92b9.tar.bz2
aports-419e51638c715d8fdfa4fab1ad40bec66deb92b9.tar.xz
test: fix test6.sh, replace linux-grsec w/ linux-vanilla, add alpine-keys
-rwxr-xr-xtest/test6.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test6.sh b/test/test6.sh
index 6c8d28e59a..1a4ec77d30 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 linux-grsec
+ --repository $SYSREPO alpine-keys linux-vanilla
-test -L "$ROOT"/boot/vmlinuz-grsec
+test -L "$ROOT"/boot/vmlinuz
-test -L "$ROOT"/boot/initramfs-grsec
+test -L "$ROOT"/boot/initramfs-vanilla