From 13c570d347d8f7c5e8d9741d649df2711031effa Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Wed, 25 Jun 2008 19:56:57 +0000
Subject: [PATCH] b=16165 i=Jian.Yu localize TYPE

---
 lustre/tests/test-framework.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh
index a9992f8a94..22398ef8f1 100644
--- a/lustre/tests/test-framework.sh
+++ b/lustre/tests/test-framework.sh
@@ -1417,7 +1417,7 @@ error_exit() {
 # (like ALWAYS_EXCEPT, but run the test and ignore the results.)
 # e.g. error_ignore 5494 "your message"
 error_ignore() {
-    TYPE="IGNORE (bz$1)"
+    local TYPE="IGNORE (bz$1)"
     shift
     error_noexit "$@"
 }
-- 
GitLab