From 7d79938cc834e0cc674df15cedb6903ee5989bd2 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Tue, 11 Dec 2007 09:38:57 +0000
Subject: [PATCH] b=13932 i=Adilger

typo fixed (found by Huang Hua)
---
 lustre/tests/replay-single.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh
index 78b2c343c2..b000b37b8c 100755
--- a/lustre/tests/replay-single.sh
+++ b/lustre/tests/replay-single.sh
@@ -22,7 +22,7 @@ GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""}
 ALWAYS_EXCEPT="0b  39   $REPLAY_SINGLE_EXCEPT"
 
 #                                                       63 min  7 min  AT AT AT AT"
-[ "SLOW" = "no" ] && EXCEPT="$EXCEPT 1 2 3 4 6 6b 12 16 44      44b    65 66 67 68"
+[ "$SLOW" = "no" ] && EXCEPT="$EXCEPT 1 2 3 4 6 6b 12 16 44      44b    65 66 67 68"
 
 build_test_filter
 
-- 
GitLab