diff options
Diffstat (limited to 'tests/grub_script_eval.in')
-rw-r--r-- | tests/grub_script_eval.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/grub_script_eval.in b/tests/grub_script_eval.in new file mode 100644 index 0000000..c97b78d --- /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 |