]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/grub_cmd_date.in: Add missing exit 1.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 14 Apr 2013 15:19:04 +0000 (17:19 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 14 Apr 2013 15:19:04 +0000 (17:19 +0200)
ChangeLog
tests/grub_cmd_date.in

index 402c79fbead2f2624628894b9be437167d264005..60effd3d128419cca8f7bcbdcd75ac91a7b1fb0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/grub_cmd_date.in: Add missing exit 1.
+
 2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * tests/partmap_test.in: Skip on sparc64.
index 1c8e7e667e6296174bb6c29a8a1edc4db821f55d..254fb91ea57c5a8086e5afdd5405b246dabfe1e3 100644 (file)
@@ -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