From 0301a8b36d94df9e4f28311f35abadce296c2c84 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sat, 15 Jun 2013 17:39:45 +0200 Subject: [PATCH] * tests/grub_script_eval.in: Really add the eval test. --- ChangeLog | 4 ++++ tests/grub_script_eval.in | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 tests/grub_script_eval.in 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