diff --git a/ChangeLog b/ChangeLog index 402c79fbe..60effd3d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-04-14 Vladimir Serbinenko + + * tests/grub_cmd_date.in: Add missing exit 1. + 2013-04-14 Vladimir Serbinenko * tests/partmap_test.in: Skip on sparc64. diff --git a/tests/grub_cmd_date.in b/tests/grub_cmd_date.in index 1c8e7e667..254fb91ea 100644 --- a/tests/grub_cmd_date.in +++ b/tests/grub_cmd_date.in @@ -10,3 +10,4 @@ if [ $pdt -le $dtg ] && [ $dtg -le $ndt ]; then exit 0; fi echo "Date not in range: $pdt <= $dtg <= $ndt" +exit 1