From: Vladimir Serbinenko Date: Fri, 20 Mar 2015 11:58:08 +0000 (+0100) Subject: fddboot_test: Add -no-pad to xorriso. X-Git-Tag: 2.02-beta3~355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=237510486af6e2d73fa57075f72b407d24ad8874;p=thirdparty%2Fgrub.git fddboot_test: Add -no-pad to xorriso. --- diff --git a/tests/fddboot_test.in b/tests/fddboot_test.in index a05eb3e75..a59645b7f 100644 --- a/tests/fddboot_test.in +++ b/tests/fddboot_test.in @@ -46,6 +46,6 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in exit 0;; esac -if [ "$(echo hello | "${grubshell}" --boot=fd --mkrescue-arg="--compress=xz --fonts= --locales= --themes=")" != "Hello World" ]; then +if [ "$(echo hello | "${grubshell}" --boot=fd --mkrescue-arg="--compress=xz --fonts= --locales= --themes= -no-pad")" != "Hello World" ]; then exit 1 fi