From: Yang Sheng Date: Tue, 8 Jan 2019 12:39:10 +0000 (+0800) Subject: LU-11658 tests: fix typo in previous patch X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F33983%2F2;p=fs%2Flustre-release.git 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 --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 00295d3..52df93d 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -3841,7 +3841,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 $?"