* tests/grub_cmd_date.in: New test for datetime.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-12 01:47:38 +02:00
parent f9d4005539
commit e3734b84cf
3 changed files with 22 additions and 0 deletions

View file

@ -674,6 +674,12 @@ script = {
common = tests/grub_cmd_regexp.in;
};
script = {
testcase;
name = grub_cmd_date;
common = tests/grub_cmd_date.in;
};
script = {
testcase;
name = grub_script_expansion;