diff --git a/ChangeLog b/ChangeLog index cd10ed37a..abed6fa0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-15 Vladimir Serbinenko + + * tests/grub_script_eval.in: Really add the eval test. + 2013-06-14 Vladimir Serbinenko Move flavour-specific parts out of common cpio.c file and diff --git a/tests/grub_script_eval.in b/tests/grub_script_eval.in new file mode 100644 index 000000000..c97b78d77 --- /dev/null +++ b/tests/grub_script_eval.in @@ -0,0 +1,6 @@ +#! @builddir@/grub-shell-tester + +eval echo "Hello world" +valname=tst +eval $valname=hi +echo $tst \ No newline at end of file