test: fix test6.sh, vmlinuz and initramfs are not symlinks

cute-signatures
Jakub Jirutka 2017-06-10 15:09:27 +02:00
parent 419e51638c
commit 12c71704d0
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \
--repository $SYSREPO alpine-keys linux-vanilla
test -L "$ROOT"/boot/vmlinuz
test -e "$ROOT"/boot/vmlinuz
test -L "$ROOT"/boot/initramfs-vanilla
test -e "$ROOT"/boot/initramfs-vanilla