1
0
mirror of git://git.git.savannah.gnu.org/grub.git synced 2026-08-19 06:56:15 +00:00
Files
grub/tests/test_unset.in
2013-10-26 14:52:54 +02:00

11 lines
86 B
Plaintext

#! @builddir@/grub-shell-tester
foo=one
echo $foo
unset foo
echo $foo
echo ${foo}