]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
overlay/038: Remove usage of _overlay_scratch_unmount
authorChandan Rajendra <chandan@linux.vnet.ibm.com>
Thu, 19 Oct 2017 13:49:07 +0000 (19:19 +0530)
committerEryu Guan <eguan@redhat.com>
Sun, 22 Oct 2017 11:16:56 +0000 (19:16 +0800)
_overlay_scratch_unmount is not supposed to be invoked directly by
tests. Also, since unmounting scratch fs is optional, this commit
removes invocation of _overlay_scratch_unmount.

Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/overlay/038

index 148995bcebe4f5f1615d03a9a7981fdb87f56130..28c9c4e746dfa434ec1fa97d9abdfe945768461f 100755 (executable)
@@ -185,8 +185,6 @@ parent_d=$($here/src/t_dir_type $SCRATCH_MNT/test_dir/pure_lower_dir $test_dir_s
 [[ $parent_d == ".. d" ]] || \
        echo "Pure lower in dir which has another lower layer: Invalid d_ino reported for .."
 
-_overlay_scratch_unmount
-
 echo "Silence is golden"
 status=0
 exit