X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2Ftest_directory_handle.c;h=7bbb648d11956991478e502ea788b1e89477c117;hp=c14066909ee1212b2412d276f8ec8147a6a6a5e5;hb=refs%2Fheads%2Fsow-2019-0002-rev1;hpb=cbf53d23cecaca9c6ec71582663c4a8254a9f285 diff --git a/tests/unit/test_directory_handle.c b/tests/unit/test_directory_handle.c index c14066909..7bbb648d1 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,7 +126,8 @@ end: } /* Remove "file1" from the test folder hierarchy. */ -int remove_file_from_hierarchy(struct lttng_directory_handle *test_dir_handle, +static int remove_file_from_hierarchy( + struct lttng_directory_handle *test_dir_handle, const char *test_root_name) { int ret;