a5bd9f6
From 201834f4f66fa98a6de81d9440b0493a40d7f411 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Sun, 14 Apr 2013 17:19:04 +0200
a5bd9f6
Subject: [PATCH 306/364] 	* tests/grub_cmd_date.in: Add missing exit 1.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog              | 4 ++++
a5bd9f6
 tests/grub_cmd_date.in | 1 +
a5bd9f6
 2 files changed, 5 insertions(+)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 402c79f..60effd3 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,5 +1,9 @@
a5bd9f6
 2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
+	* tests/grub_cmd_date.in: Add missing exit 1.
a5bd9f6
+
a5bd9f6
+2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
 	* tests/partmap_test.in: Skip on sparc64.
a5bd9f6
 
a5bd9f6
 2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
diff --git a/tests/grub_cmd_date.in b/tests/grub_cmd_date.in
a5bd9f6
index 1c8e7e6..254fb91 100644
a5bd9f6
--- a/tests/grub_cmd_date.in
a5bd9f6
+++ b/tests/grub_cmd_date.in
a5bd9f6
@@ -10,3 +10,4 @@ if [ $pdt -le $dtg ] && [ $dtg -le $ndt ]; then
a5bd9f6
     exit 0;
a5bd9f6
 fi
a5bd9f6
 echo "Date not in range: $pdt <= $dtg <= $ndt"
a5bd9f6
+exit 1
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6