From 61c23feaadc4637143530342b20293fd095b4f28 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Wed, 25 Jun 2008 19:54:25 +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 2b80af2ad1..f88db37ba2 100644
--- a/lustre/tests/test-framework.sh
+++ b/lustre/tests/test-framework.sh
@@ -1239,7 +1239,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