test_unset.in 86 B

1234567891011
  1. #! @builddir@/grub-shell-tester
  2. foo=one
  3. echo $foo
  4. unset foo
  5. echo $foo
  6. echo ${foo}