diff options
Diffstat (limited to '')
-rw-r--r-- | tests/grub_script_echo_keywords.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/grub_script_echo_keywords.in b/tests/grub_script_echo_keywords.in new file mode 100644 index 0000000..a6383f0 --- /dev/null +++ b/tests/grub_script_echo_keywords.in @@ -0,0 +1,3 @@ +#! @builddir@/grub-shell-tester + +echo if then else fi for do done |