]> git.proxmox.com Git - grub2.git/blobdiff - tests/fddboot_test.in
bump version to 2.06-13+pmx2
[grub2.git] / tests / fddboot_test.in
index a05eb3e7588f2daf60fa7ad62f0a7cd9d16b6eb9..2d7dfc8891f6d7fdf42f88dea1213428e23b6f2e 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! @BUILD_SHEBANG@
 # Copyright (C) 2013  Free Software Foundation, Inc.
 #
 # GRUB is free software: you can redistribute it and/or modify
@@ -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