From 9532f276a66ebeba1bc4d9f8d23b8ee7164a671b Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 26 Jul 2007 11:44:39 +0000
Subject: [PATCH] b=12613 i=Adilger i=Nathan

Correct recovery-small ALWAYS_EXCEPT list
---
 lustre/tests/recovery-small.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh
index 4bec1930b6..b7a405253a 100755
--- a/lustre/tests/recovery-small.sh
+++ b/lustre/tests/recovery-small.sh
@@ -2,8 +2,8 @@
 
 set -e
 
-#         bug  11190 5494 5493
-ALWAYS_EXCEPT="19b   24   52 $RECOVERY_SMALL_EXCEPT"
+#         bug  5493
+ALWAYS_EXCEPT="52 $RECOVERY_SMALL_EXCEPT"
 
 PTLDEBUG=${PTLDEBUG:--1}
 LUSTRE=${LUSTRE:-`dirname $0`/..}
-- 
GitLab