mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
overlay/038: Remove usage of _overlay_scratch_unmount
_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>
This commit is contained in:
committed by
Eryu Guan
parent
14b71ba4db
commit
4edf3354c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user