From 2c836398f6817064d18719021e4222cc652432b0 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 --- 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 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 $?" -- 1.8.3.1