* 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
|
@ -1,3 +1,7 @@
|
|||
2013-06-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* tests/grub_script_eval.in: Really add the eval test.
|
||||
|
||||
2013-06-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Move flavour-specific parts out of common cpio.c file and
|
||||
|
|
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…
Reference in a new issue