From 12c71704d063ce68bf19b05722c981272df1ec3c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 10 Jun 2017 15:09:27 +0200 Subject: test: fix test6.sh, vmlinuz and initramfs are not symlinks --- test/test6.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test6.sh b/test/test6.sh index 1a4ec77..e480f7c 100755 --- a/test/test6.sh +++ b/test/test6.sh @@ -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 -- cgit v1.2.3-60-g2f50