* tests/grub_script_eval.in: Really add the eval test.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-06-15 17:39:45 +02:00
parent 3d84cb1793
commit 0301a8b36d
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,6 @@
#! @builddir@/grub-shell-tester
eval echo "Hello world"
valname=tst
eval $valname=hi
echo $tst