From ef2a05a61b4201af612356f78197a57b427260b2 Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Fri, 10 May 2019 06:24:03 +0530 Subject: [PATCH] LU-12314 tests: Add Missing Description to sanity test 258a This patch adds missing test description to sanity test 258a. Test-Parameters: trivial Signed-off-by: Arshad Hussain Change-Id: I972549cd049b965c9e6da9b43aa245bab875a77a Reviewed-on: https://review.whamcloud.com/34902 Reviewed-by: Andreas Dilger Reviewed-by: James Nunez Reviewed-by: Ben Evans Tested-by: Jenkins Tested-by: Maloo --- 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 da5c79e..96d18c9 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -17213,7 +17213,7 @@ test_258a() { fi rm -f $DIR/$tfile } -run_test 258a +run_test 258a "verify i_mutex security behavior when suid attributes is set" # Verify we do NOT take the i_mutex in the normal case test_258b() { -- 1.8.3.1