* tests/grub_script_eval.in: Really add the eval test.
This commit is contained in:
parent
3d84cb1793
commit
0301a8b36d
2 changed files with 10 additions and 0 deletions
6
tests/grub_script_eval.in
Normal file
6
tests/grub_script_eval.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
#! @builddir@/grub-shell-tester
|
||||
|
||||
eval echo "Hello world"
|
||||
valname=tst
|
||||
eval $valname=hi
|
||||
echo $tst
|
Loading…
Add table
Add a link
Reference in a new issue