]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fddboot_test: Add -no-pad to xorriso.
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 20 Mar 2015 11:58:08 +0000 (12:58 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 20 Mar 2015 11:58:08 +0000 (12:58 +0100)
tests/fddboot_test.in

index a05eb3e7588f2daf60fa7ad62f0a7cd9d16b6eb9..a59645b7f873872490ac2474a30420c2df7a5caf 100644 (file)
@@ -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