1#!/bin/sh 2################################################################################ 3# 4# Copyright (C) 2022 Huawei Device Co., Ltd. 5# SPDX-License-Identifier: GPL-2.0 6# 7# Unless required by applicable law or agreed to in writing, software 8# distributed under the License is distributed on an "AS IS" BASIS, 9# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 10# See the License for the specific language governing permissions and 11# limitations under the License. 12# 13################################################################################ 14# File: enhancedf2fs_t_uninit.sh 15# 16# Description: enhancedf2fs_t testsuite uninit script 17# 18# Authors: Li Zhanming - lizhanming3@h-partners.com 19# 20# History: April 8 2022 - init scripts 21# 22################################################################################ 23 24delete_catalogue() 25{ 26 27} 28 29echo "***************************enhanced UNINIT START**************************" 30delete_catalogue 31echo "***************************enhanced UNINIT END****************************" 32