summaryrefslogtreecommitdiffstats
path: root/tests/grub_script_eval.in
blob: c97b78d77f799fd6c13ad882428e587ac285ab53 (plain)
1
2
3
4
5
6
#! @builddir@/grub-shell-tester

eval echo "Hello world"
valname=tst
eval $valname=hi
echo $tst