* 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

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