X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Funit%2Ftest_directory_handle.c;h=a94c4df75e7049da5cf7ac2d9a6897f6fb230590;hb=e66d26f5110d65c1f9549904a33986797a3759a4;hp=c14066909ee1212b2412d276f8ec8147a6a6a5e5;hpb=cbf53d23cecaca9c6ec71582663c4a8254a9f285;p=lttng-tools.git diff --git a/tests/unit/test_directory_handle.c b/tests/unit/test_directory_handle.c index c14066909..a94c4df75 100644 --- a/tests/unit/test_directory_handle.c +++ b/tests/unit/test_directory_handle.c @@ -1,18 +1,8 @@ /* - * Copyright (C) - 2019 Jérémie Galarneau + * Copyright (C) 2019 Jérémie Galarneau * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by as - * published by the Free Software Foundation; only version 2 of the License. + * SPDX-License-Identifier: GPL-2.0-only * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -136,6 +126,7 @@ end: } /* Remove "file1" from the test folder hierarchy. */ +static int remove_file_from_hierarchy(struct lttng_directory_handle *test_dir_handle, const char *test_root_name) {