Whamcloud - gitweb
LU-11658 tests: fix typo in previous patch 83/33983/2
authorYang Sheng <ys@whamcloud.com>
Tue, 8 Jan 2019 12:39:10 +0000 (20:39 +0800)
committerYang Sheng <ys@whamcloud.com>
Thu, 10 Jan 2019 05:30:30 +0000 (05:30 +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

lustre/tests/conf-sanity.sh

index 00295d3..52df93d 100644 (file)
@@ -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 $?"