* tests/test_unset.in: New test.

This commit is contained in:
BVK Chaitanya 2013-10-26 14:52:54 +02:00 committed by Vladimir Serbinenko
parent 7994a09a9b
commit 188929ebee
3 changed files with 20 additions and 0 deletions

View file

@ -863,6 +863,12 @@ script = {
common = tests/test_sha512sum.in;
};
script = {
testcase;
name = test_unset;
common = tests/test_unset.in;
};
script = {
testcase;
name = grub_func_test;