]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/grub_script_eval.in: Really add the eval test.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 15 Jun 2013 15:39:45 +0000 (17:39 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 15 Jun 2013 15:39:45 +0000 (17:39 +0200)
ChangeLog
tests/grub_script_eval.in [new file with mode: 0644]

index cd10ed37a6fad1c0bcc2bba661682af6546ec64d..abed6fa0dd2584758b21786020830e2e5fdb89ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/tests/grub_script_eval.in b/tests/grub_script_eval.in
new file mode 100644 (file)
index 0000000..c97b78d
--- /dev/null
@@ -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