Blob Blame History Raw
From 4fd9d372a0ed699b346894e516b46a96e7129c50 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 25 Apr 2013 02:22:20 +0200
Subject: [PATCH 349/482] 	* tests/partmap_test.in: Add missing double
 semicolon.

---
 ChangeLog             | 4 ++++
 tests/partmap_test.in | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c0eb5ef..e944801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
 
+	* tests/partmap_test.in: Add missing double semicolon.
+
+2013-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
 	* util/grub-mkrescue.in: Fix loongson filename.
 
 2013-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
diff --git a/tests/partmap_test.in b/tests/partmap_test.in
index e8aca2e..0dea98a 100644
--- a/tests/partmap_test.in
+++ b/tests/partmap_test.in
@@ -80,8 +80,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
 	;;
     mips-arc)
 	# ARC firmware has bugs which prevent it from accessing hard disk w/o dvh disklabel.
-	exit 0
-
+	exit 0 ;;
     *)
 	disk=hd0
 	qemudisk=hda
-- 
1.8.2.1