From 4edf3354c6469f53a292ff7ecc6f36767603cf36 Mon Sep 17 00:00:00 2001 From: Chandan Rajendra Date: Thu, 19 Oct 2017 19:19:07 +0530 Subject: [PATCH] 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 Reviewed-by: Amir Goldstein Signed-off-by: Eryu Guan --- tests/overlay/038 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/overlay/038 b/tests/overlay/038 index 148995bc..28c9c4e7 100755 --- a/tests/overlay/038 +++ b/tests/overlay/038 @@ -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 -- 2.39.5