]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
add missing testcase
authorBVK Chaitanya <bvk.groups@gmail.com>
Tue, 13 Apr 2010 15:31:56 +0000 (21:01 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Tue, 13 Apr 2010 15:31:56 +0000 (21:01 +0530)
tests/grub_script_dollar.in [new file with mode: 0644]

diff --git a/tests/grub_script_dollar.in b/tests/grub_script_dollar.in
new file mode 100644 (file)
index 0000000..3819b8b
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh -e
+
+@builddir@/grub-script-check << EOF
+echo "\\\$"
+EOF