]> git.proxmox.com Git - grub2.git/blame - tests/help_test.in
bump version to 2.06-13+pmx2
[grub2.git] / tests / help_test.in
CommitLineData
a827807a 1#! @BUILD_SHEBANG@
f7457fb2
VS
2set -e
3
4. "@builddir@/grub-core/modinfo.sh"
5
6template="Usage: help [PATTERN ...]
7Show a help message.
8
9-h, --help Display this help and exit.
10-u, --usage Display the usage of this command and exit.
11Hello World"
12outpu="$(echo 'help help; hello' | @builddir@/grub-shell)"
13
14if [ "$template" != "$outpu" ]; then
15 exit 1
16fi