Whamcloud - gitweb
LU-15612 tests: Replace unicode double quotes 87/46687/3
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Thu, 3 Mar 2022 04:02:54 +0000 (09:32 +0530)
committerOleg Drokin <green@whamcloud.com>
Wed, 30 Mar 2022 06:16:01 +0000 (06:16 +0000)
Under conf-sanity.sh replace unicode double
quotes with ASCII. This was exposed using
shellcheck.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In lustre/tests/conf-sanity.sh line 335:
umount_client $MOUNT -f || error ...
^-- SC1015: This is a unicode double quote. Delete and retype it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Test-Parameters: trivial testlist=conf-sanity
Change-Id: I89e510a1d16059079378fc9399c1377017870477
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-on: https://review.whamcloud.com/46687
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
lustre/tests/conf-sanity.sh

index 52b1849..68e54a2 100644 (file)
@@ -332,7 +332,7 @@ test_4() {
        setup
        touch $DIR/$tfile || error "touch $DIR/$tfile failed"
        stop_ost || error "Unable to stop OST1"
-       umount_client $MOUNT -f || error “unmount $MOUNT failed”
+       umount_client $MOUNT -f || error "unmount $MOUNT failed"
        cleanup_nocli
        eno=$?
        # ok for ost to fail shutdown