From c69e34ce0ed5759fbef20f5aae7f47ead5598094 Mon Sep 17 00:00:00 2001 From: Yang Sheng Date: Tue, 8 Jan 2019 20:39:10 +0800 Subject: [PATCH] LU-11658 tests: fix typo in previous patch Fixes: 42e83c44eb ("LU-11658 lov: cl_cache could miss initialize") Test-Parameters: trivial testlist=conf-sanity envdefinitions=ONLY=50h Signed-off-by: Yang Sheng Change-Id: I9981b60293f95bbc96ca838dc157f98685a17338 Reviewed-on: https://review.whamcloud.com/33983 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Andreas Dilger --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index d484155..bdaeca2 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -3846,7 +3846,7 @@ test_50h() { error "some OSC imports are still not connected" # cleanup - rm -rf DIR/$tdir + rm -rf $DIR/$tdir umount_client $MOUNT || error "Unable to umount client" stop_ost2 || error "Unable to stop OST2" cleanup_nocli || error "cleanup_nocli failed with $?" -- 1.8.3.1