Whamcloud - gitweb
LU-11658 tests: fix typo in previous patch 83/33983/3
authorYang Sheng <ys@whamcloud.com>
Tue, 8 Jan 2019 12:39:10 +0000 (20:39 +0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 30 Jan 2019 02:41:15 +0000 (02:41 +0000)
Fixes: 42e83c44eb ("LU-11658 lov: cl_cache could miss initialize")

Test-Parameters: trivial testlist=conf-sanity envdefinitions=ONLY=50h

Signed-off-by: Yang Sheng <ys@whamcloud.com>
Change-Id: I9981b60293f95bbc96ca838dc157f98685a17338
Reviewed-on: https://review.whamcloud.com/33983
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/conf-sanity.sh

index d484155..bdaeca2 100644 (file)
@@ -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 $?"