From f1c965539d7c76519b69712aa9156e7f4ba1b1e8 Mon Sep 17 00:00:00 2001
From: shadow <shadow>
Date: Wed, 26 Mar 2008 08:08:19 +0000
Subject: [PATCH] fix typo

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

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index 838c19cf22..b181c5d1f7 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -4692,7 +4692,7 @@ test_123a() { # was test 123, statahead(bug 11401)
         [ $error -ne 0 ] && error "statahead is slow!"
         return 0
 }
-run_testa 123 "verify statahead work"
+run_test 123a "verify statahead work"
 
 test_123b () { # statahead(bug 15027)
 	mkdir -p $DIR/$tdir
-- 
GitLab