.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / tests / regression / tools / rotation / test_schedule_api
index 48c47467f17d4a9f322fdfce443df43293caf01f..e2be8c1b885dcbd46176e7a6aaa8270c7861ed7c 100755 (executable)
@@ -1,26 +1,16 @@
 #!/bin/bash
 #
-# Copyright (C) 2018 Jérémie Galarneau <jdesfossez@efficios.com>
+# Copyright (C) 2018 Jérémie Galarneau <jdesfossez@efficios.com>
 #
-# This library is free software; you can redistribute it and/or modify it under
-# the terms of the GNU Lesser General Public License as published by the Free
-# Software Foundation; version 2.1 of the License.
-#
-# This library 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 Lesser General Public License for more
-# details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with this library; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
+# SPDX-License-Identifier: LGPL-2.1-only
+
 TEST_DESC="Rotation - Schedule API"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../../..
 
 SESSION_NAME="my_session"
-TRACE_PATH=$(mktemp -d)
+TRACE_PATH=$(mktemp -d -t tmp.rotation_schedule_api.XXXXXX)
 
 source $TESTDIR/utils/utils.sh
 
This page took 0.02472 seconds and 4 git commands to generate.